]> granicus.if.org Git - llvm/commit
[llvm-objdump] Don't print trailing space in dumpBytes
authorFangrui Song <maskray@google.com>
Wed, 10 Apr 2019 05:31:21 +0000 (05:31 +0000)
committerFangrui Song <maskray@google.com>
Wed, 10 Apr 2019 05:31:21 +0000 (05:31 +0000)
commit8d84ad66958aaeaa38c61f1f1ef9a3504043c1bf
treeb62976f9e89a636906225451276a11a38ced6dd4
parent90bb2f79b2052854e44be6d89bd3ff1e31a3d9b3
[llvm-objdump] Don't print trailing space in dumpBytes

In disassembly output, dumpBytes prints a space, followed by a tab
printed by printInstr. Remove the extra space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358045 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCInstPrinter.cpp
tools/llvm-objdump/llvm-objdump.cpp