[llvm-commits] [llvm] r129497 - in /llvm/trunk: lib/Target/X86/ lib/Target/X86/InstPrinter/ test/CodeGen/X86/ test/MC/X86/

Eric Christopher echristo at apple.com
Wed Apr 13 18:38:30 PDT 2011


Awesome.

One thing...

On Apr 13, 2011, at 6:11 PM, Bill Wendling wrote:

> void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS) {
> -  printInstruction(MI, OS);
> +  if (printAliasInstr(MI, OS))
> +    printInstruction(MI, OS);

This looks... awkward?

-eric



More information about the llvm-commits mailing list