summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-02-03 16:35:19 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-02-03 16:35:19 +0000
commitf2a5f012f3ff7ac1bfdaf0ef56aba0111f12822d (patch)
treefcd109eba97de4f9781ca105e738975b881a0a15 /test
parent5be2920149a96a17d8d4e08d36466fac0d624fa4 (diff)
downloadllvm-f2a5f012f3ff7ac1bfdaf0ef56aba0111f12822d.tar.gz
llvm-f2a5f012f3ff7ac1bfdaf0ef56aba0111f12822d.tar.bz2
llvm-f2a5f012f3ff7ac1bfdaf0ef56aba0111f12822d.tar.xz
Tag this test with the PR reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/2008-01-29-AddICmp.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/2008-01-29-AddICmp.ll b/test/Transforms/InstCombine/2008-01-29-AddICmp.ll
index 43604b8b13..d937f7bb23 100644
--- a/test/Transforms/InstCombine/2008-01-29-AddICmp.ll
+++ b/test/Transforms/InstCombine/2008-01-29-AddICmp.ll
@@ -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]