If a vr is already marked alive in a bb, then it has PHI uses that are visited earlie...
[oota-llvm.git] / test / CodeGen / PowerPC / compare-simm.ll
index 837eaf174cc5c10da3a0a39f3026bb535662e1a8..b0ef2d3f9464ce21c26781ed5dfcb132cd5c6f42 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'cmpwi cr0, r3, -1'
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
+; RUN:   grep {cmpwi cr0, r3, -1}
 
 define i32 @test(i32 %x) {
         %c = icmp eq i32 %x, -1