Conservative fix for PR17827 - don't optimize a shift + and + compare sequence where...
[oota-llvm.git] / test / Transforms / JumpThreading / branch-no-const.ll
index 4ee3e58f519b8826b5cf6ed8040466e448528178..16867b07c2e436cf007ffe9976cf3b7e942f593c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -jump-threading | llvm-dis | not grep phi
+; RUN: opt < %s -jump-threading -S | not grep phi
 
 declare i8 @mcguffin()