llvm-6502/test/CodeGen/SystemZ/02-RetSubImm.ll

7 lines
107 B
LLVM
Raw Normal View History

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