[llvm-commits] [llvm] r134457 - in /llvm/trunk: lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp lib/Target/X86/InstPrinter/X86ATTInstPrinter.h utils/TableGen/AsmWriterEmitter.cpp

Bill Wendling wendling at apple.com
Wed Jul 6 13:17:37 PDT 2011


On Jul 6, 2011, at 12:05 PM, Evan Cheng wrote:

> Right. If we want to do this, we should figure out a better way to handle this. We want to eliminate the dependency of asm writer on the target layer.
> 
Okay, great! This gets rid of that horribleness that I had to put into the inst-alias printer.

The documentation needs to be updated too. :-)

-bw





More information about the llvm-commits mailing list