diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-11-14 22:04:42 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-14 22:04:42 +0000 |
| commit | 9fa13439112fd8cec6b2a3ad6b642664e5922068 (patch) | |
| tree | 9042a51fe40c6c722f8b0681ea2783bb06189e8b /lib/System | |
| parent | 4823e959d80382898b5dcfb7a67f75ec56781516 (diff) | |
| download | external_llvm-9fa13439112fd8cec6b2a3ad6b642664e5922068.zip external_llvm-9fa13439112fd8cec6b2a3ad6b642664e5922068.tar.gz external_llvm-9fa13439112fd8cec6b2a3ad6b642664e5922068.tar.bz2 | |
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
Diffstat (limited to 'lib/System')
| -rw-r--r-- | lib/System/Host.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp index b5d2a91..0faf8fe 100644 --- a/lib/System/Host.cpp +++ b/lib/System/Host.cpp @@ -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"; } |
