summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2007-08-07 12:27:03 +0000
committerNick Lewycky <nicholas@mxc.ca>2007-08-07 12:27:03 +0000
commitf48a88054a6a72ceff4e79a5f4b480f1ae634453 (patch)
tree0aaaa850be586fd0cb5015eecd4efcfcdf3569b3 /test/Analysis
parent0ff94f7fcc95112331ee0f4f3d31c90acb9f2952 (diff)
downloadllvm-f48a88054a6a72ceff4e79a5f4b480f1ae634453.tar.gz
llvm-f48a88054a6a72ceff4e79a5f4b480f1ae634453.tar.bz2
llvm-f48a88054a6a72ceff4e79a5f4b480f1ae634453.tar.xz
Add reference to problem report.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll b/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
index 1b8dc4dfaa..30514724d9 100644
--- a/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
+++ b/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | opt -scalar-evolution -analyze |& grep "Loop bb: ( -1 + ( -1 * %x) + %y) iterations!"
+; PR1597
define i32 @f(i32 %x, i32 %y) {
entry: