1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/X86/InstPrinter
Manuel Jacob b550acfd2d 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

llvm-svn: 204158
2014-03-18 16:14:11 +00:00
..
CMakeLists.txt [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. 2013-11-28 17:04:04 +00:00
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 Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
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