| commit | 74e6852510c001fb897585d6409aacb4bb71e05a | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Feb 10 00:47:53 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Feb 10 00:47:53 2010 +0000 |
| tree | d9f079f1bdff74b613a6387b44e44f13ef028073 | |
| parent | b188e92ca97c5d6c68e5a7fca98c84da8d9d82f1 [diff] |
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
llvm-svn: 95738