Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / CodeGen / X86 / full-lsr.ll
index ff9b1b0b6a5a8b2c55215cc1fc61bc0e5a138e2a..655ab2912787265f126cd66e0a7f4a18aa4eeba8 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -march=x86 >%t
 
-; RUN: grep {addl      \\\$4,} %t | count 3
-; RUN: not grep {,%} %t
+; RUN: grep "addl      \$4," %t | count 3
+; RUN: not grep ",%" %t
 
 define void @foo(float* nocapture %A, float* nocapture %B, float* nocapture %C, i32 %N) nounwind {
 entry: