1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test/CodeGen/SystemZ/00-RetVoid.ll

6 lines
74 B
LLVM
Raw Normal View History

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