diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-19 17:54:28 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-19 17:54:28 +0000 |
commit | 49e58a923bf7f8ea754114ab9873b9176ec6f3e6 (patch) | |
tree | 993291326dbd344ba3ff5dcbfb3f315cc1727248 /llvm/lib/System/Host.cpp | |
parent | 81b7899bc8f2dd9a129f11b2488f37e2c1c90588 (diff) | |
download | bcm5719-llvm-49e58a923bf7f8ea754114ab9873b9176ec6f3e6.tar.gz bcm5719-llvm-49e58a923bf7f8ea754114ab9873b9176ec6f3e6.zip |
Add one more Core i7 model number.
llvm-svn: 114310
Diffstat (limited to 'llvm/lib/System/Host.cpp')
-rw-r--r-- | llvm/lib/System/Host.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/System/Host.cpp b/llvm/lib/System/Host.cpp index 98629e0691f..17384a18f94 100644 --- a/llvm/lib/System/Host.cpp +++ b/llvm/lib/System/Host.cpp @@ -210,6 +210,8 @@ std::string sys::getHostCPUName() { // 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. return "corei7"; |