mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
upgrade a random test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a80d7bd665
commit
05c55ac0c1
@ -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