freebsd-nq/test/CodeGen/ARM/ret0.ll
2009-10-14 17:57:32 +00:00

6 lines
69 B
LLVM

; RUN: llc < %s -march=arm
define i32 @test() {
ret i32 0
}