summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRMCInstLower.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Use 'print' instead of 'dump'Dylan McKay2017-02-061-1/+1
| | | | | | This should fix an undefined reference on the AVR buildbot. llvm-svn: 294175
* [AVR] Add the AVRMCInstLower classDylan McKay2016-10-071-0/+100
Summary: This class deals with the lowering of CodeGen `MachineInstr` objects to MC `MCInst` objects. Reviewers: kparzysz, arsenm Subscribers: wdng, beanz, japaric, mgorny Differential Revision: https://reviews.llvm.org/D25269 llvm-svn: 283522
OpenPOWER on IntegriCloud