[llvm-commits] [llvm] r95738 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Eric Christopher echristo at apple.com
Tue Feb 9 16:48:34 PST 2010


On Feb 9, 2010, at 4:47 PM, Chris Lattner wrote:

> Move verbose asm instruction comments to using MCStreamer.
> The major win of this is that the code is simpler and they 
> print on the same line as the instruction again:
> 
>        movl    %eax, 96(%esp)          ## 4-byte Spill
>        movl    96(%esp), %eax          ## 4-byte Reload
>        cmpl    92(%esp), %eax          ## 4-byte Folded Reload

Woot!

-eric



More information about the llvm-commits mailing list