Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / invariant_value_first_arg.ll
index a63ad429bbc12eb56c134a28a4689264d1262a15..fbbaad4ca98a4e85166ebcb1fdc12561c2522e81 100644 (file)
@@ -1,5 +1,5 @@
 ; Check that the index of 'P[outer]' is pulled out of the loop.
-; RUN: opt %s -loop-reduce | llvm-dis | \
+; RUN: opt %s -loop-reduce -S | \
 ; RUN:   not grep {getelementptr.*%outer.*%INDVAR}
 
 declare i1 @pred()