OSDN Git Service

add a new MCInstPrinter::getOpcodeName interface, when it is
authorChris Lattner <sabre@nondot.org>
Thu, 11 Feb 2010 22:39:10 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Feb 2010 22:39:10 +0000 (22:39 +0000)
commit2c478bf742221058f9c33a86ad9fa5d56ea1d914
tree40ad0af5702dbbc64ff14cc1225a5431c65c3b37
parentd24f4606166354bb8270be66f5ee0017dcd8bc65
add a new MCInstPrinter::getOpcodeName interface, when it is
implemented, llvm-mc --show-inst now uses it to print the
instruction opcode as well as the number.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95929 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInstPrinter.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCInstPrinter.cpp
lib/Target/X86/X86MCCodeEmitter.cpp