summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-03-30 06:31:03 +0000
committerCraig Topper <craig.topper@gmail.com>2015-03-30 06:31:03 +0000
commit4e78a92610f85870a41351fcdd60f8523b949b8e (patch)
tree314f4c200840a657b5248440b2b0314691368596 /llvm/lib/Support
parentb4505a722927a16fbb5dcbec5e3b90ab1d7942dd (diff)
downloadbcm5719-llvm-4e78a92610f85870a41351fcdd60f8523b949b8e.tar.gz
bcm5719-llvm-4e78a92610f85870a41351fcdd60f8523b949b8e.zip
[X86] Family 6 model 29 is a Penryn based processor not a Nehalem based processor.
llvm-svn: 233514
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Host.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index a50e8437bdf..984070e11c3 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -324,13 +324,13 @@ StringRef sys::getHostCPUName() {
// 17h. All processors are manufactured using the 45 nm process.
//
// 45nm: Penryn , Wolfdale, Yorkfield (XE)
+ case 29: // Intel Xeon processor MP. All processors are manufactured using
+ // the 45 nm process.
// Not all Penryn processors support SSE 4.1 (such as the Pentium brand)
return HasSSE41 ? "penryn" : "core2";
case 26: // Intel Core i7 processor and Intel Xeon processor. All
// processors are manufactured using the 45 nm process.
- case 29: // Intel Xeon processor MP. All processors are manufactured using
- // the 45 nm process.
case 30: // Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz.
// As found in a Summer 2010 model iMac.
case 37: // Intel Core i7, laptop version.
OpenPOWER on IntegriCloud