Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / SystemZ / 02-RetSub.ll
blobeb3bb69a249299cc1550ba8547e91ae3db7fa5a6
1 ; RUN: llvm-as < %s | llc -march=systemz
3 define i64 @foo(i64 %a, i64 %b) {
4 entry:
5     %c = sub i64 %a, %b
6     ret i64 %c