Remove bogus corei7 and atom entries, the family was incorrect.

llvm-svn: 88818
This commit is contained in:
Daniel Dunbar 2009-11-14 22:04:42 +00:00
parent f16a3b7a9f
commit 18f845fccd
1 changed files with 0 additions and 4 deletions

View 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";
}