Fix some more quoting issues in RUN lines, this time regarding unintended
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce2.ll
index 839b295d4073ce9d0186b3d7178e1333d01692e1..507a9e5a2fa73fd35eba934b058fab48e41a0c23 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -relocation-model=pic | grep '\$pb' | grep mov
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -relocation-model=pic | grep {\$pb} | grep mov
 ;
 ; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.