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)
commita3d4245a72ac73a7b059ca8ef1bc01c25f860b6f
treeac83f96c200195aa4890788e0e66b1a18e52761c
parent83f879ddb240ef09e5dc5dd14d2918b0ba5ad55b
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

llvm-svn: 187614
llvm/include/llvm/MC/MCInstPrinter.h
llvm/lib/MC/MCInstPrinter.cpp
llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp