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

6 lines
69 B
LLVM
Raw Normal View History

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