forked from OSchip/llvm-project
Remove bogus corei7 and atom entries, the family was incorrect.
llvm-svn: 88818
This commit is contained in:
parent
f16a3b7a9f
commit
18f845fccd
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue