Fix the remaining TCL-style quotes found in the testsuite. This is
[oota-llvm.git] / test / CodeGen / X86 / 2008-04-28-CoalescerBug.ll
index 5b97eb71cbfdf7273f8186d7a966d9f2aa5f459e..7c04206de72ff5db85644059ebebe2aacea4ca9a 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movl > %t
-; RUN: not grep {r\[abcd\]x} %t
-; RUN: not grep {r\[ds\]i} %t
-; RUN: not grep {r\[bs\]p} %t
+; RUN: not grep "r[abcd]x" %t
+; RUN: not grep "r[ds]i" %t
+; RUN: not grep "r[bs]p" %t
 
        %struct.BITMAP = type { i16, i16, i32, i32, i32, i32, i32, i32, i8*, i8* }
        %struct.BltData = type { float, float, float, float }