Remove bogus corei7 and atom entries, the family was incorrect.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 14 Nov 2009 22:04:42 +0000 (22:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 14 Nov 2009 22:04:42 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88818 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Host.cpp

index b5d2a911dc89b0adaf6c4b2a15c36ade7c8d1d56..0faf8feacf43fbea105062a8aaf07465ab5935c9 100644 (file)
@@ -243,10 +243,6 @@ std::string sys::getHostCPUName() {
                // and manufactured using the 65 nm process.
         return (Em64T) ? "nocona" : "prescott";
 
-        // FIXME: Are these bogus?
-      case 26: return "corei7";
-      case 28: return "atom";
-
       default:
         return (Em64T) ? "x86-64" : "pentium4";
       }