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