mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
remove DebugLoc from MCInst and eliminate "Comment printing" from
the MCInst path of the asmprinter. Instead, pull comment printing out of the autogenerated asmprinter into each target that uses the autogenerated asmprinter. This causes code duplication into each target, but in a way that will be easier to clean up later when more asmprinter stuff is commonized into the base AsmPrinter class. This also fixes an xcore strangeness where it inserted two tabs before every instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81396 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -336,8 +336,6 @@ namespace llvm {
|
||||
|
||||
/// EmitComments - Pretty-print comments for instructions
|
||||
void EmitComments(const MachineInstr &MI) const;
|
||||
/// EmitComments - Pretty-print comments for instructions
|
||||
void EmitComments(const MCInst &MI) const;
|
||||
/// EmitComments - Pretty-print comments for basic blocks
|
||||
void EmitComments(const MachineBasicBlock &MBB) const;
|
||||
|
||||
|
Reference in New Issue
Block a user