diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll b/llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll index c15529f3a8b..c650d8cf76d 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -loop-reduce -S | grep "phi double" | count 1 +; RUN: opt < %s -loop-reduce -S | grep "phi double" | count 1 define void @foobar(i32 %n) nounwind { entry: |

