print encodings like this:
authorChris Lattner <sabre@nondot.org>
Fri, 5 Feb 2010 22:20:08 +0000 (22:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Feb 2010 22:20:08 +0000 (22:20 +0000)
commit342cbdcc5eca3a292748b71f1aac55516d4e7141
tree2e073ef96bfbef1dbc38fdc9bd3fa90365679f4d
parent39a612e6f9e63806af410a0ab0d81895391e4c79
print encodings like this:
pslld 69, %mm3                ## encoding: [0x0f,0xf2,0x1c,0x25,0x45,0x00,0x00,0x00]

instead of like this:
pslld 69, %mm3                ## encoding: [0x0f,0xf2,0x1c,0x25,0x45,0000,0000,0000]

this only affects 0.

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