mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +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:
parent
e11d26b3d8
commit
bfa0929583
@ -243,10 +243,6 @@ std::string sys::getHostCPUName() {
|
|||||||
// and manufactured using the 65 nm process.
|
// and manufactured using the 65 nm process.
|
||||||
return (Em64T) ? "nocona" : "prescott";
|
return (Em64T) ? "nocona" : "prescott";
|
||||||
|
|
||||||
// FIXME: Are these bogus?
|
|
||||||
case 26: return "corei7";
|
|
||||||
case 28: return "atom";
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return (Em64T) ? "x86-64" : "pentium4";
|
return (Em64T) ? "x86-64" : "pentium4";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user