1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/CodeGen/SPARC/basictest.ll

7 lines
109 B
LLVM
Raw Normal View History

2007-03-28 03:27:12 +02:00
; RUN: llvm-as < %s | llc -march=sparc
2006-02-05 06:52:55 +01:00
2007-03-28 03:27:12 +02:00
define i32 @test(i32 %X) {
%tmp.1 = add i32 %X, 1
ret i32 %tmp.1
2006-02-05 06:52:55 +01:00
}