diff options
author | Erich Keane <erich.keane@intel.com> | 2019-01-24 15:28:57 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2019-01-24 15:28:57 +0000 |
commit | 9f6045111a845401d7189ea2a98a156e2d45773b (patch) | |
tree | 4403fd53282003644c1d4a1c13524034cf40e61c /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | bd069f424f51b8ca695417e020da617a01e87872 (diff) | |
download | llvm-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