mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Remove bogus corei7 and atom entries, the family was incorrect.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user