xref
: /
external
/
swiftshader
/
third_party
/
LLVM
/
test
/
CodeGen
/
ARM
/
ret_void.ll
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
; RUN: llc < %s -march=arm
2
3
define void @test() {
4
ret void
5
}
6
7