diff options
Diffstat (limited to 'llvm/test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll')
-rw-r--r-- | llvm/test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll b/llvm/test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll index 72b25f92036..6d6defa85de 100644 --- a/llvm/test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll +++ b/llvm/test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -loop-index-split -disable-output +; RUN: opt < %s -loop-index-split -disable-output ; PR 2011 %struct.CLAUSE_HELP = type { i32, i32, i32, i32, i32*, i32, %struct.LIST_NODE*, %struct.LIST_NODE*, i32, i32, %struct.LITERAL_HELP**, i32, i32, i32, i32 } %struct.LIST_NODE = type { %struct.LIST_NODE*, i8* } |