Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / CodeGen / X86 / vec_set-A.ll
blob92dda4c11b880e0d0ac3c31e5fd5273e2a12a809
1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
2 ; CHECK: movl $1, %{{.*}}
3 define <2 x i64> @test1() nounwind {
4 entry:
5         ret <2 x i64> < i64 1, i64 0 >