opnsense-src/test/CodeGen/SystemZ/02-RetSub.ll
2010-05-04 16:11:02 +00:00

7 lines
114 B
LLVM

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