diff options
author | Manuel Jacob <me@manueljacob.de> | 2014-03-18 16:14:11 +0000 |
---|---|---|
committer | Manuel Jacob <me@manueljacob.de> | 2014-03-18 16:14:11 +0000 |
commit | dcb78dbc82710b8123b3454c9186ee568619deaf (patch) | |
tree | 4efd733bb9ffb63b49f391ba6aed10494e847e2e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4d38c82575f7bb15e8f2b2b41a5267bc06898f3f (diff) | |
download | llvm-dcb78dbc82710b8123b3454c9186ee568619deaf.zip llvm-dcb78dbc82710b8123b3454c9186ee568619deaf.tar.gz llvm-dcb78dbc82710b8123b3454c9186ee568619deaf.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions