summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-27 04:33:11 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-27 04:33:11 +0000
commit25fa291fb213e303eea5b141d49c86a712aa8316 (patch)
tree465ce139ccacb1a2cc417d89749c6d2f1c08c9ae /llvm/lib/Target/Mips/MipsAsmPrinter.h
parent06dc5e79c67764a29331cdc28fd42746cceb1079 (diff)
downloadbcm5719-llvm-25fa291fb213e303eea5b141d49c86a712aa8316.tar.gz
bcm5719-llvm-25fa291fb213e303eea5b141d49c86a712aa8316.zip
Print .mask and .fmask with the target streamer.
Testing this also found the missing '\n' after .frame that this patch also fixes. llvm-svn: 200192
Diffstat (limited to 'llvm/lib/Target/Mips/MipsAsmPrinter.h')
-rw-r--r--llvm/lib/Target/Mips/MipsAsmPrinter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsAsmPrinter.h b/llvm/lib/Target/Mips/MipsAsmPrinter.h
index b3060ad9306..ac019110644 100644
--- a/llvm/lib/Target/Mips/MipsAsmPrinter.h
+++ b/llvm/lib/Target/Mips/MipsAsmPrinter.h
@@ -78,8 +78,7 @@ public:
}
void EmitInstruction(const MachineInstr *MI);
- void printSavedRegsBitmask(raw_ostream &O);
- void printHex32(unsigned int Value, raw_ostream &O);
+ void printSavedRegsBitmask();
void emitFrameDirective();
const char *getCurrentABIString() const;
virtual void EmitFunctionEntryLabel();
OpenPOWER on IntegriCloud