summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-09 06:38:17 +0000
committerChris Lattner <sabre@nondot.org>2011-06-09 06:38:17 +0000
commit889c40e2e1923eccba22d7bb0b374d039f4ab8fa (patch)
treef58cbb81202f92be86bfd7f18af08e6f8ae971a3 /llvm/lib/Support/Host.cpp
parent76fd742d167308af6077051861a8b49c62241070 (diff)
downloadbcm5719-llvm-889c40e2e1923eccba22d7bb0b374d039f4ab8fa.tar.gz
bcm5719-llvm-889c40e2e1923eccba22d7bb0b374d039f4ab8fa.zip
add another sandybridge alias.
llvm-svn: 132772
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
-rw-r--r--llvm/lib/Support/Host.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index 5d1ad92e237..4299aa4e931 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -215,6 +215,7 @@ std::string sys::getHostCPUName() {
case 37: // Intel Core i7, laptop version.
return "corei7";
case 42: // SandyBridge
+ case 45:
return "corei7-avx";
case 28: // Intel Atom processor. All processors are manufactured using
OpenPOWER on IntegriCloud