1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/CodeGen/SPARC/basictest.ll

7 lines
99 B
LLVM
Raw Normal View History

; RUN: llc < %s -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
}