forked from OSchip/llvm-project
parent
3b59214320
commit
56178bc6ad
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue