forked from OSchip/llvm-project
parent
2338e21b2b
commit
ae0f8dcd61
|
@ -1,6 +1,6 @@
|
|||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=sparc
|
||||
; RUN: llvm-as < %s | llc -march=sparc
|
||||
|
||||
int %test(int %X) {
|
||||
%tmp.1 = add int %X, 1 ; <int> [#uses=1]
|
||||
ret int %tmp.1
|
||||
define i32 @test(i32 %X) {
|
||||
%tmp.1 = add i32 %X, 1
|
||||
ret i32 %tmp.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue