summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-3/+9
| | | | | | | | | | This has a few advantages: * Only targets that use a MCTargetStreamer have to worry about it. * There is never a MCTargetStreamer without a MCStreamer, so we can use a reference. * A MCTargetStreamer can talk to the MCStreamer in its constructor. llvm-svn: 200129
* [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.Venkatraman Govindaraju2013-12-261-0/+40
llvm-svn: 198030
OpenPOWER on IntegriCloud