add some rough support for making mcinst lowering work without an
authorChris Lattner <sabre@nondot.org>
Wed, 21 Jul 2010 23:03:35 +0000 (23:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Jul 2010 23:03:35 +0000 (23:03 +0000)
commit908bafe6fa28c077195aa3a2eeace7f3de41ae4c
tree1c7af56f39a27b17f8cfb21eecc7acb9ccd648c9
parent20813e01e76e71c0400165b7fb8b2e412d18c0a2
add some rough support for making mcinst lowering work without an
asmprinter or mangler around.  This is option #B for killing off
X86InstrInfo::GetInstSizeInBytes.  Option #A (killing
"needsexactsize") was sent for consideration to llvmdev.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86MCInstLower.cpp