Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / dont-hoist-simple-loop-constants.ll
index 0b1644b92bab67b4a132db05c9317e8584bcbfb5..126fbaefea3b57c4ce99d7cf3af1e7abb9ee1ade 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -loop-reduce | llvm-dis | \
+; RUN: opt %s -loop-reduce -S | \
 ; RUN:   not grep {bitcast i32 1 to i32}
 ; END.
 ; The setlt wants to use a value that is incremented one more than the dominant