[X86] Simplify the pentium4 code in getHostCPUName to be based on feature flags....
authorCraig Topper <craig.topper@intel.com>
Thu, 2 Nov 2017 19:13:34 +0000 (19:13 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 2 Nov 2017 19:13:34 +0000 (19:13 +0000)
commit1494915a3af9232cdc7b7cfd0de9f16322d91978
tree4af1e9dddb1370174265735d5d9bae4284dc939f
parenta233e16cd880d0ff30268e14e657a10026a47121
[X86] Simplify the pentium4 code in getHostCPUName to be based on feature flags. Don't use 'x86-64' ever.

'x86-64' has started to reflect a sort of generic tuning flag for more modern 64-bit CPUs. We probably shouldn't be using it as the name of an unidentifiable pentium4. So use nocona for all 64-bit pentium4s instead.

llvm-svn: 317230
llvm/lib/Support/Host.cpp