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

7 lines
70 B
LLVM
Raw Normal View History

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