diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/remove_indvar.ll')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/remove_indvar.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/remove_indvar.ll b/llvm/test/Transforms/LoopStrengthReduce/remove_indvar.ll index 623c0b5338e..3f8e14d9f5d 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/remove_indvar.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/remove_indvar.ll @@ -1,5 +1,5 @@ ; Check that this test makes INDVAR and related stuff dead. -; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | not grep INDVAR +; RUN: opt %s -loop-reduce | llvm-dis | not grep INDVAR declare i1 @pred() |