Move verbose asm instruction comments to using MCStreamer.
authorChris Lattner <sabre@nondot.org>
Wed, 10 Feb 2010 00:47:53 +0000 (00:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Feb 2010 00:47:53 +0000 (00:47 +0000)
commit47529c9ac6d4731e9f5a1b2d3c64769b1b2d5f1d
treec6821f49b23f66dcbd1e530a205fe4809fdf1771
parent35c187bcfda326edcddf0c71ab593786cf88f577
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
        jl      LBB7_86

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95738 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp