diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-02-20 08:38:20 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-02-20 08:38:20 +0000 |
| commit | c8a1569950128cbaf9264f37210be4cdea5f4bd8 (patch) | |
| tree | 4683c16f272a9cfa6bc1c1e1a0c6e148697eece3 /llvm/test/Transforms/LoopStrengthReduce/pr2570.ll | |
| parent | 080ea93779028e2f67b04351c8941e008d5e359e (diff) | |
| download | bcm5719-llvm-c8a1569950128cbaf9264f37210be4cdea5f4bd8.tar.gz bcm5719-llvm-c8a1569950128cbaf9264f37210be4cdea5f4bd8.zip | |
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
by Andrew Clinton!
llvm-svn: 126077
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/pr2570.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/pr2570.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/pr2570.ll b/llvm/test/Transforms/LoopStrengthReduce/pr2570.ll index aafd24ebba1..80efb9f87e5 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/pr2570.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/pr2570.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -loop-reduce -S | grep {phi\\>} | count 10 +; RUN: opt < %s -loop-reduce -S | grep {phi\\>} | count 8 ; PR2570 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" |

