diff options
author | Craig Topper <craig.topper@intel.com> | 2020-06-21 20:20:04 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-06-22 11:46:21 -0700 |
commit | 0dfc8e1837e3e3ac06ab8c08fdc08b15e0ae1c2d (patch) | |
tree | 096e3cff0c6fc77e40d29bd250b3924e4a90f605 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5ac144fe64c6911b5b6011cac1d61e0f82562e7f (diff) | |
download | llvm-0dfc8e1837e3e3ac06ab8c08fdc08b15e0ae1c2d.zip llvm-0dfc8e1837e3e3ac06ab8c08fdc08b15e0ae1c2d.tar.gz llvm-0dfc8e1837e3e3ac06ab8c08fdc08b15e0ae1c2d.tar.bz2 |
[X86] Remove encoding value from the X86_FEATURE and X86_FEATURE_COMPAT macro. NFCI
This was orignally done so we could separate the compatibility
values and the llvm internal only features into a separate entries
in the feature array. This was needed when we explicitly had to
convert the feature into the proper 32-bit chunk at every reference
and we didn't want things moving around.
Now everything is in an array and we have helper funtions or macros
to convert encoding to index. So we renumbering is no longer an
issue.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions