[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LEA varian...
authorCraig Topper <craig.topper@gmail.com>
Thu, 8 Jan 2015 07:41:30 +0000 (07:41 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 8 Jan 2015 07:41:30 +0000 (07:41 +0000)
commit367b67df3e615e00525d455b3f83c1b8627e35c7
tree17d7f4c7c3916a7126f705ff4c3c5ca4f5e1ca2a
parent7e44a65e6b956bceb70169d6e91f1293dbff5333
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LEA variants in Intel syntax. The memory operand is inherently unsized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225432 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrInfo.td
test/MC/Disassembler/X86/intel-syntax-32.txt
test/MC/Disassembler/X86/intel-syntax.txt
test/MC/Disassembler/X86/simple-tests.txt
utils/TableGen/X86RecognizableInstr.cpp