summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-14 22:04:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-14 22:04:42 +0000
commit18f845fccd453e79a65d97655892efa59f9daf91 (patch)
treeb94210ce66afee1cae8169924c879d5b05c637d6
parentf16a3b7a9f8a9a69d2b5521710b7b65eb0d5db86 (diff)
downloadbcm5719-llvm-18f845fccd453e79a65d97655892efa59f9daf91.tar.gz
bcm5719-llvm-18f845fccd453e79a65d97655892efa59f9daf91.zip
Remove bogus corei7 and atom entries, the family was incorrect.
llvm-svn: 88818
-rw-r--r--llvm/lib/System/Host.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/System/Host.cpp b/llvm/lib/System/Host.cpp
index b5d2a911dc8..0faf8feacf4 100644
--- a/llvm/lib/System/Host.cpp
+++ b/llvm/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";
}
OpenPOWER on IntegriCloud