forked from OSchip/llvm-project
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:
parent
f24ec7bdd0
commit
bbbec9daa4
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue