YouCompleteMe/cpp/llvm/test/CodeGen/ARM/ret_arg1.ll

6 lines
78 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llc < %s -march=arm
define i32 @test(i32 %a1) {
ret i32 %a1
}