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)
commit7e85180d15c4d5a451fbc078f7194a41c6230a57
tree40ad0af5702dbbc64ff14cc1225a5431c65c3b37
parent780679baa7008e54cb94f383c5b13ee995e21fe3
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