Fixed the Intel-syntax X86 disassembler to respect the (existing) option for hexadeci...
authorDaniel Malea <daniel.malea@intel.com>
Thu, 1 Aug 2013 21:18:16 +0000 (21:18 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 1 Aug 2013 21:18:16 +0000 (21:18 +0000)
commit44c8e346c79cc2affa31385df254b85aa0f5c869
treeee80e1d6237eb57c4626d1405af2e44b17079756
parentb1fa7d4d26533bdd021c3269d14c30eb6096fb7a
Fixed the Intel-syntax X86 disassembler to respect the (existing) option for hexadecimal immediates, to match AT&T syntax. This also brings a new option for C-vs-MASM-style hex.

Patch by Richard Mitton
Reviewed: http://llvm-reviews.chandlerc.com/D1243

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