Recognize Intel CPUs with Family=6 and Model=44.
authorBob Wilson <bob.wilson@apple.com>
Fri, 8 Jul 2011 22:09:35 +0000 (22:09 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 8 Jul 2011 22:09:35 +0000 (22:09 +0000)
commit26fc025e62eda1aca0099aace66110bb10b77f79
tree0aa681ba38dcc0890ee21f0c61f83cad8c659973
parente2e86f6bca1c34490e97edf5ab2bb36e9bd4f799
Recognize Intel CPUs with Family=6 and Model=44.
According to Intel Application Note 485, this value is used for
"Intel Core i7 and Intel Xeon processor".  Just include it with the other
"corei7-avx" entries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134750 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Host.cpp