remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / SystemZ / 02-RetXor.ll
bloba9439bf452a7f28e0b9ce3879175950259ff68e5
1 ; RUN: llc < %s -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = xor i64 %a, %b
5     ret i64 %c