summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/no-print-operand-twice.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Fix a bug where asm operands are printed twiceDylan McKay2017-02-051-0/+8
We would unconditionally call printOperand, even if PrintAsmOperand already printed the immediate. llvm-svn: 294121
OpenPOWER on IntegriCloud