summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/01-RetArg.ll
blob: 9377cc17fd233c895eb2d3b23cea61a8718b20ca (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=systemz

define i64 @foo(i64 %a, i64 %b) {
entry:
    ret i64 %b
}