diff options
Diffstat (limited to 'test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll')
-rw-r--r-- | test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll b/test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll index dddb9fbd41..0847464943 100644 --- a/test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll +++ b/test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -loop-index-split -disable-output +; RUN: opt < %s -loop-index-split -disable-output ; PR 1995 define void @add_blkdev_randomness(i32 %major) nounwind { |