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

7 lines
88 B
LLVM
Raw Normal View History

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