llvm-6502/lib/Target/X86/InstPrinter
Manuel Jacob 7e18b99f1e X86: Use enums for memory operand decoding instead of integer literals.
Summary:
X86BaseInfo.h defines an enum for the offset of each operand in a memory operand
sequence.  Some code uses it and some does not.  This patch replaces (hopefully)
all remaining locations where an integer literal was used instead of this enum.
No functionality change intended.

Reviewers: nadav

CC: llvm-commits, t.p.northover

Differential Revision: http://llvm-reviews.chandlerc.com/D3108

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204158 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-18 16:14:11 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86ATTInstPrinter.cpp X86: Use enums for memory operand decoding instead of integer literals. 2014-03-18 16:14:11 +00:00
X86ATTInstPrinter.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-09 07:44:38 +00:00
X86InstComments.cpp Replace ValueTypes.h with MachineValueType.h if possible. 2014-03-15 09:11:41 +00:00
X86InstComments.h
X86IntelInstPrinter.cpp X86: Use enums for memory operand decoding instead of integer literals. 2014-03-18 16:14:11 +00:00
X86IntelInstPrinter.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-09 18:03:14 +00:00