diff options
Diffstat (limited to 'llvm/test/Transforms/LoopIndexSplit/PR3913.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopIndexSplit/PR3913.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopIndexSplit/PR3913.ll b/llvm/test/Transforms/LoopIndexSplit/PR3913.ll index d3a93205e55..a2bf57c0516 100644 --- a/llvm/test/Transforms/LoopIndexSplit/PR3913.ll +++ b/llvm/test/Transforms/LoopIndexSplit/PR3913.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -loop-index-split -S | not grep "icmp ne" +; RUN: opt < %s -loop-index-split -S | not grep "icmp ne" define i32 @main() { entry: |

