Tag this test with the PR reference.

llvm-svn: 46688
This commit is contained in:
Nick Lewycky 2008-02-03 16:35:19 +00:00
parent 3b59214320
commit 56178bc6ad
1 changed files with 1 additions and 0 deletions

View 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]