mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 14:16:59 +00:00
7fe1d9c90e
llvm-svn: 75911
6 lines
84 B
LLVM
6 lines
84 B
LLVM
; RUN: llvm-as < %s | llc -march=systemz
|
|
|
|
define void @foo() {
|
|
entry:
|
|
ret void
|
|
} |