Fix a stackmap bug introduced in r220710.
[oota-llvm.git] / test / CodeGen / X86 / vec_call.ll
index ebdac7d3de9b150616e80ffc7e7b053e196c22dc..e0862ca8d1c4370c5aabf8318eeb4763ccfe41c8 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
-; RUN:   grep {subl.*60}
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
-; RUN:   grep {movaps.*32}
+; RUN: llc < %s -mcpu=generic -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
+; RUN:   grep "subl.*60"
+; RUN: llc < %s -mcpu=generic -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
+; RUN:   grep "movaps.*32"
 
 
 define void @test() {