diff options
Diffstat (limited to 'test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll')
-rw-r--r-- | test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll b/test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll index c4678b4..5809918 100644 --- a/test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll +++ b/test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-index-split | llvm-dis | grep tmp8 | count 3 -; count 3 = increment + phi + store +; RUN: llvm-as < %s | opt -loop-index-split -stats -disable-output | not grep "loop-index-split" ;PR2294 @g_2 = external global i16 ; <i16*> [#uses=4] @g_5 = external global i32 ; <i32*> [#uses=1] |