From: Chris Lattner Date: Sun, 29 Nov 2009 01:28:58 +0000 (+0000) Subject: add PR# X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff0a883fe93df3c7fff056f9fb48dc422f9369ac;p=oota-llvm.git add PR# git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90049 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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