add PR#
authorChris Lattner <sabre@nondot.org>
Sun, 29 Nov 2009 01:28:58 +0000 (01:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Nov 2009 01:28:58 +0000 (01:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90049 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GVN/pre-load.ll

index 2e9c247bc60abadbc5d7ab5e5723946239050662..7047d4eba48574b95b9f387d26eaa356659b6d6c 100644 (file)
@@ -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