llvm-project/llvm/test/CodeGen/SystemZ/01-RetArg.ll

6 lines
99 B
LLVM

; RUN: llvm-as < %s | llc -march=systemz
define i64 @foo(i64 %a, i64 %b) {
entry:
ret i64 %b
}