Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / ops_after_indvar.ll
index 5524b1c1d8d70c33d89bfd1f494ca04a559a8bd2..a032cc97355af4f4b1e4605a84d4d25076a308fd 100644 (file)
@@ -1,7 +1,7 @@
 ; Check that this test makes INDVAR and related stuff dead, because P[indvar]
 ; gets reduced, making INDVAR dead.
 
-; RUN: opt %s -loop-reduce | llvm-dis | not grep INDVAR
+; RUN: opt < %s -loop-reduce -S | not grep INDVAR
 
 declare i1 @pred()