[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / 2009-01-13-nonconstant-stride-outside-loop.ll
index 66f80eb1691fd3f6f1a79e9d9a0a190a66783561..b2cf818dc45d3e97011221ecf3b5132085f2016e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -loop-reduce | llvm-dis | grep phi | count 1
-; RUN: opt %s -loop-reduce | llvm-dis | grep mul | count 1
+; RUN: opt < %s -loop-reduce -S | grep phi | count 1
+; RUN: opt < %s -loop-reduce -S | grep mul | count 1
 ; ModuleID = '<stdin>'
 ; Make sure examining a fuller expression outside the loop doesn't cause us to create a second
 ; IV of stride %3.