summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Remove a variable which was unused in release modeDylan McKay2016-11-191-3/+2
| | | | | | | In release mode where assertions are not enabled, this caused an 'unused variable' warning. llvm-svn: 287414
* [AVR] Add the assembly instruction printerDylan McKay2016-09-301-0/+172
Summary: This change adds the AVR assembly instruction printer. No tests are included in this patch. I have left them downstream so we can add them once `llc` successfully runs (there's very few components left to upstream until this). Reviewers: arsenm, kparzysz Subscribers: wdng, beanz, mgorny Differential Revision: https://reviews.llvm.org/D25028 llvm-svn: 282854
OpenPOWER on IntegriCloud