From ff0a883fe93df3c7fff056f9fb48dc422f9369ac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 29 Nov 2009 01:28:58 +0000 Subject: [PATCH] add PR# git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90049 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/GVN/pre-load.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/GVN/pre-load.ll b/test/Transforms/GVN/pre-load.ll index 2e9c247bc60..7047d4eba48 100644 --- a/test/Transforms/GVN/pre-load.ll +++ b/test/Transforms/GVN/pre-load.ll @@ -320,6 +320,7 @@ return: ; G[j] = G[j] + G[j+1] + G[j-1]; ;} +; PR5501 define void @test10(i32 %N, double* nocapture %G) nounwind ssp { entry: %0 = add i32 %N, -1