For PR1319:
[oota-llvm.git] / test / Transforms / InstCombine / 2004-09-20-BadLoadCombine.llx
index 3fcbb88e2dea0937ba8abf7222204bafe9011959..ddc40394aa81116846aa46e487a2ba0e238b7331 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -mem2reg | llvm-dis | not grep 'int 1'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -mem2reg | llvm-dis | \
+; RUN:   not grep {int 1}
 
 ; When propagating the load through the select, make sure that the load is
 ; inserted where the original load was, not where the select is.  Not doing