diff options
Diffstat (limited to 'test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll')
-rw-r--r-- | test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll b/test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll index f66edcd..ef67736 100644 --- a/test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll +++ b/test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-index-split -disable-output +; RUN: opt < %s -loop-index-split -disable-output ; PR 2805 @g_330 = common global i32 0 ; <i32*> [#uses=1] |