From: Craig Topper Date: Wed, 31 Jul 2013 02:00:15 +0000 (+0000) Subject: Remove trailing whitespace and some tab characters. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75a5ba7ed046d0c69db712406e646ef11b9e52a3;p=platform%2Fupstream%2Fllvm.git Remove trailing whitespace and some tab characters. llvm-svn: 187472 --- diff --git a/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp b/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp index e357710..2c71255 100644 --- a/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp +++ b/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp @@ -50,7 +50,7 @@ void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, // Try to print any aliases first. if (!printAliasInstr(MI, OS)) printInstruction(MI, OS); - + // Next always print the annotation. printAnnotation(OS, Annot); @@ -159,10 +159,10 @@ void X86ATTInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, O << markup(""); - + if (CommentStream && (Op.getImm() > 255 || Op.getImm() < -256)) *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Op.getImm()); - + } else { assert(Op.isExpr() && "unknown operand kind in printOperand"); O << markup("getOperand(Op+2); const MCOperand &DispSpec = MI->getOperand(Op+3); const MCOperand &SegReg = MI->getOperand(Op+4); - + O << markup("getOperand(Op+1).getImm(); if (ScaleVal != 1) { O << ',' - << markup(""); + << markup(">"); } } O << ')';