[llvm-commits] [llvm] r77740 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp test/CodeGen/X86/2009-04-17-tls-fast.ll test/CodeGen/X86/tls1-pic.ll test/CodeGen/X86/tls2-pic.ll test/CodeGen/X86/tls3-pic.ll test/CodeGen/X86/tls4-pic.ll utils/TableGen/AsmWriterEmitter.cpp

David Greene dag at cray.com
Mon Aug 3 15:05:59 PDT 2009


On Monday 03 August 2009 11:46, David A. Greene wrote:

> > I'm not following what you mean here.  Can you give me an example that
> > shows what this does?
>
> Oh!  This changed since the last time I looked at it.  It used to be that
> the tabs were embedded into the AsmStrs array and some opcodes had tabs
> after them and others didn't.  I see now that in X86GenAsmWriter1.inc the
> asm boilerplate emits the tab after the opcode:
>
>   O << "\t";

Oh, never mind.  This is the tab to align the mnemonics.

It still changed though.  There used to be tabs embedded in AsmStrs.  Now I 
don't know how they get generated.

I am thoroughly confused now.  :-/

                                     -Dave



More information about the llvm-commits mailing list