X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FMCInst.cpp;h=4cb628b395c3fba2ca0a61d26fa32499f235d217;hb=3ff57094a7d176a759ddb1e1668489d89064f56c;hp=de142dc9553e6b19f6e3f9b03b8a4524996982c1;hpb=67c076cf59d14fc96feb5c915447f8ea79cf8325;p=oota-llvm.git diff --git a/lib/MC/MCInst.cpp b/lib/MC/MCInst.cpp index de142dc9553..4cb628b395c 100644 --- a/lib/MC/MCInst.cpp +++ b/lib/MC/MCInst.cpp @@ -57,7 +57,7 @@ void MCInst::dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, OS << Separator; getOperand(i).print(OS, MAI); } - OS << ">\n"; + OS << ">"; } void MCInst::dump() const {