When the two operands of an icmp are equal, there are five possible predicates
[oota-llvm.git] / test / Transforms / SimplifyCFG / branch-cond-prop.ll
index 6ea548c3beb904b12746a0375035bd9d24750da0..10270c29fc5d19f1435df0e9865968402386c637 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep call
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | not grep call
 
 declare void %bar()