mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 02:59:15 +00:00
upgrade a random test
llvm-svn: 35395
This commit is contained in:
parent
e8eccb1684
commit
4b0523c35f
@ -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
Block a user