| commit | 76fb226fd4532b6cba5434b7d585fd0e12ecaa08 | [log] [tgz] |
|---|---|---|
| author | Nick Lewycky <nicholas@mxc.ca> | Tue Aug 07 12:27:03 2007 +0000 |
| committer | Nick Lewycky <nicholas@mxc.ca> | Tue Aug 07 12:27:03 2007 +0000 |
| tree | 691f5ee247e6bcb35d3c7abedfd3462661959dc2 | |
| parent | f7c6effc44d6843ed2ed6d1a08a88c050486d752 [diff] [blame] |
Add reference to problem report. llvm-svn: 40889
diff --git a/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll b/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll index 1b8dc4d..3051472 100644 --- a/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll +++ b/llvm/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: