Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2008-07-13-InfLoopMiscompile.ll
index fd40be79bc37012a5502d92554e9c1c92c74c5be..0b01c44d2c1c708f9fd4515f5d265aa1dc260363 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -simplifycfg | llvm-dis | grep {%outval = phi i32 .*mux}
+; RUN: opt %s -simplifycfg -S | grep {%outval = phi i32 .*mux}
 ; PR2540
 ; Outval should end up with a select from 0/2, not all constants.