hanchenye-llvm-project/llvm/test/CodeGen/ARM/ret_void.ll

7 lines
70 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=arm
2008-02-18 04:02:20 +08:00
define void @test() {
ret void
}
2008-02-18 04:02:20 +08:00