Tag this test with the PR reference.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 3 Feb 2008 16:35:19 +0000 (16:35 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 3 Feb 2008 16:35:19 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46688 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2008-01-29-AddICmp.ll

index 43604b8b130045b08e2f982b8c3c6ce640d4b005..d937f7bb2303d2711a794ab7daf10d3e15e16e66 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {a.off}
+; PR1949
 
 define i1 @test1(i32 %a) {
   %a.off = add i32 %a, 4          ; <i32> [#uses=1]