diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 20:23:33 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 20:23:33 +0000 |
commit | aadc6b68c7d5a30f1aa75196eeae577c178c2c07 (patch) | |
tree | 2282ce5ce6f5a5ee6bab6ce88ad366f2c99e5726 /test | |
parent | 3978927dfa6b88bde400e71f14154dc16bb8536b (diff) | |
download | external_llvm-aadc6b68c7d5a30f1aa75196eeae577c178c2c07.zip external_llvm-aadc6b68c7d5a30f1aa75196eeae577c178c2c07.tar.gz external_llvm-aadc6b68c7d5a30f1aa75196eeae577c178c2c07.tar.bz2 |
Whoops -- forgot PR reference on this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll b/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll index 922d9a9..7778156 100644 --- a/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll +++ b/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {61 iterations} +; PR2364 define i32 @func_6() nounwind { entry: |