print instruction encodings with the existing comment facilities,
authorChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 06:28:13 +0000 (06:28 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 06:28:13 +0000 (06:28 +0000)
commit8ef2cef6769e4e4945eadc047bfc3c1656fe5002
tree934e5c3bcb7f2224b8c6b9e0b4344dac908097da
parentce2a725a72bb193f915f6c661144aa165fea0057
print instruction encodings with the existing comment facilities,
so that llvm-mc -show-encoding prints like this:

hlt                                                 ## encoding: [0xf4]

instead of like this:

hlt
                     # encoding: [0xf4]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95207 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmStreamer.cpp