[X86] Add XSAVE intrinsic family
[oota-llvm.git] / test / CodeGen / X86 / vec_call.ll
index f2fc7e7d9d5dc65c5a8c878b86e622e675417dd6..e0862ca8d1c4370c5aabf8318eeb4763ccfe41c8 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -mcpu=generic -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
-; RUN:   grep {subl.*60}
+; RUN:   grep "subl.*60"
 ; RUN: llc < %s -mcpu=generic -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
-; RUN:   grep {movaps.*32}
+; RUN:   grep "movaps.*32"
 
 
 define void @test() {