For PR1319:
[oota-llvm.git] / test / Transforms / InstCombine / 2004-09-20-BadLoadCombine.llx
index 5960135f1bc8843726ce2003235ddb0259a454ac..ddc40394aa81116846aa46e487a2ba0e238b7331 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | 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