Update this test to match the (corrected) output from the CBE.
[oota-llvm.git] / test / CodeGen / PowerPC / fold-li.ll
index 725f1d48484e4d7c12091e79fa2e3bde2e9b9abf..66a900faf062adf981e3d19d52adc701bc6a8b33 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=ppc32 &&
-; RUN: llvm-as < %s | llc -march=ppc32 | grep -v align | not grep li
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | \
+; RUN:   grep -v align | not grep li
 
 ;; Test that immediates are folded into these instructions correctly.