Don't go over 80 chars in MCStreamer.cpp. NFC.

Fixing up style issues around the area to prepare for
a larger differential.

llvm-svn: 350286
This commit is contained in:
Kristina Brooks 2019-01-03 06:06:38 +00:00
parent f24ec7bdd0
commit bbbec9daa4
1 changed files with 3 additions and 2 deletions

View File

@ -917,8 +917,9 @@ void MCStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) {
TS->emitAssignment(Symbol, Value);
}
void MCTargetStreamer::prettyPrintAsm(MCInstPrinter &InstPrinter, raw_ostream &OS,
const MCInst &Inst, const MCSubtargetInfo &STI) {
void MCTargetStreamer::prettyPrintAsm(MCInstPrinter &InstPrinter,
raw_ostream &OS, const MCInst &Inst,
const MCSubtargetInfo &STI) {
InstPrinter.printInst(&Inst, OS, "", STI);
}