forked from OSchip/llvm-project
parent
88a2256a34
commit
32ddc544c3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
;CHECK-LABEL: test
|
;CHECK-LABEL: test
|
||||||
;CHECK-NOT: dec
|
;CHECK-NOT: dec
|
||||||
;CHECK_NOT: enc
|
;CHECK-NOT: enc
|
||||||
;CHECK: ret
|
;CHECK: ret
|
||||||
define i32 @test(i32 %a, i32 %b) {
|
define i32 @test(i32 %a, i32 %b) {
|
||||||
%a1 = add i32 %a, -1
|
%a1 = add i32 %a, -1
|
||||||
|
|
Loading…
Reference in New Issue