From: Nick Lewycky Date: Tue, 7 Aug 2007 12:27:03 +0000 (+0000) Subject: Add reference to problem report. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f48a88054a6a72ceff4e79a5f4b480f1ae634453;p=oota-llvm.git Add reference to problem report. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40889 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll b/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll index 1b8dc4dfaae..30514724d94 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: