aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-01-24 15:28:57 +0000
committerErich Keane <erich.keane@intel.com>2019-01-24 15:28:57 +0000
commit9f6045111a845401d7189ea2a98a156e2d45773b (patch)
tree4403fd53282003644c1d4a1c13524034cf40e61c /llvm/lib/CodeGen/MachineModuleInfo.cpp
parentbd069f424f51b8ca695417e020da617a01e87872 (diff)
downloadllvm-9f6045111a845401d7189ea2a98a156e2d45773b.zip
llvm-9f6045111a845401d7189ea2a98a156e2d45773b.tar.gz
llvm-9f6045111a845401d7189ea2a98a156e2d45773b.tar.bz2
[CPU-Dispatch] Make pentium_iii_no_xmm_regs and pentium_iii alias.
I discovered that in ICC (where this list comes from), that the two pentium_iii versions were actually identical despite the two different names (despite them implying a difference). Because of this, they ended up having identical manglings, which obviously caused problems when used together. This patch makes pentium_iii_no_xmm_regs an alias for pentium_iii so that it can still be used, but has the same meaning as ICC. However, we still prohibit using the two together which is different (albeit better) behavior. Change-Id: I4f3c9a47e48490c81525c8a3d23ed4201921b288 llvm-svn: 352054
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions