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

7 lines
90 B
LLVM

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