Add reference to problem report.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2007-08-07 12:27:03 +00:00
parent 0ff94f7fcc
commit f48a88054a

View File

@ -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: