Revert "For disassembly when adding a symbolic operand that is a C++ symbol name...
authorReid Kleckner <reid@kleckner.net>
Fri, 3 Jan 2014 19:56:20 +0000 (19:56 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 3 Jan 2014 19:56:20 +0000 (19:56 +0000)
commit077b7b14727c7110f9bdd799dfb6038def62c14d
tree284eb3e1585e7ba311cbb0a257ab49b5f08633d3
parent4432a618e5b7c31ccdbe0efc0384a6c86c23c8d9
Revert "For disassembly when adding a symbolic operand that is a C++ symbol name, also put the human readable name in a comment."

This reverts commit r198441.

This change doesn't build on Windows, and doesn't do the right thing on
Linux and other platforms that don't use a _Z prefix instead of __Z for
C++ names.

It also had no tests, so it wasn't clear how to fix it forward.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198445 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCExternalSymbolizer.cpp