From f48a88054a6a72ceff4e79a5f4b480f1ae634453 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 7 Aug 2007 12:27:03 +0000 Subject: [PATCH] Add reference to problem report. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40889 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll | 1 + 1 file changed, 1 insertion(+) 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: -- 2.34.1