Add one more Core i7 model number.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 19 Sep 2010 17:54:28 +0000 (17:54 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 19 Sep 2010 17:54:28 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114310 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Host.cpp

index 98629e0691ffb063da299fff00c600d828b7e54e..17384a18f94b30c85fdf40ad1d615c7c8964cfd5 100644 (file)
@@ -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";