mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
7b8aec2c40
llvm-svn: 75912
6 lines
99 B
LLVM
6 lines
99 B
LLVM
; RUN: llvm-as < %s | llc -march=systemz
|
|
|
|
define i64 @foo(i64 %a, i64 %b) {
|
|
entry:
|
|
ret i64 %b
|
|
} |