Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone is...
[oota-llvm.git] / test / Transforms / JumpThreading / compare.ll
index cbada569aac99093d915dbeed467eff31452c56e..581785c45f5173f299bba242f14173998f24614d 100644 (file)
@@ -1,5 +1,5 @@
 ; There should be no phi nodes left.
-; RUN: llvm-as < %s | opt -jump-threading -simplifycfg -mem2reg | llvm-dis | not grep {phi i32}
+; RUN: opt < %s -jump-threading  -S | not grep {phi i32}
 
 declare i32 @f1()
 declare i32 @f2()