diff options
author | Chris Lattner <sabre@nondot.org> | 2011-06-09 06:38:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-06-09 06:38:17 +0000 |
commit | 889c40e2e1923eccba22d7bb0b374d039f4ab8fa (patch) | |
tree | f58cbb81202f92be86bfd7f18af08e6f8ae971a3 /llvm/lib/Support/Host.cpp | |
parent | 76fd742d167308af6077051861a8b49c62241070 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |