diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll b/llvm/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll index c2045ce9e59..1f08a4367bd 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -loop-reduce -disable-output +; RUN: opt < %s -loop-reduce -disable-output define void @try_swap() { entry: |

