Implement PR3495: local spiller optimization. The local spiller can now keep availabi...
[oota-llvm.git] / test / CodeGen / X86 / vec_set-A.ll
index d161d683a6f8f8181c682626f3cba00417168388..f33263f1aef5ccdeea4f0128073c50b027350705 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {movl.*\$1, %}
-define <2 x i64> @test1() {
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep {movl.*\$1, %}
+define <2 x i64> @test1() nounwind {
 entry:
        ret <2 x i64> < i64 1, i64 0 >
 }