opnsense-src/test/CodeGen/SystemZ/00-RetVoid.ll
2009-10-14 17:57:32 +00:00

6 lines
No EOL
74 B
LLVM

; RUN: llc < %s -march=systemz
define void @foo() {
entry:
ret void
}