Remove more dead code now that this is only used for inline asm.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Nov 2013 15:13:06 +0000 (15:13 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Nov 2013 15:13:06 +0000 (15:13 +0000)
commited3eb50482aaa989271f4e9d1c0e812b90daa908
treee87460d6f040e38d6ab4c92c04601b80dd0ccb6b
parent35df2e8c7fe1e5e40072919efe416037542eb7e3
Remove more dead code now that this is only used for inline asm.

MO_ConstantPoolIndex is handled in printLeaMemReference.
MO_JumpTableIndex and MO_ExternalSymbol don't show up in inline asm.

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