diff options
Diffstat (limited to 'test/Transforms/LoopIndexSplit/PR3913.ll')
-rw-r--r-- | test/Transforms/LoopIndexSplit/PR3913.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopIndexSplit/PR3913.ll b/test/Transforms/LoopIndexSplit/PR3913.ll index d3a9320..a2bf57c 100644 --- a/test/Transforms/LoopIndexSplit/PR3913.ll +++ b/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: |