Later models likely to have Yonah like attributes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-06-16 21:58:49 +00:00
parent f988e53613
commit 54edc84000

View File

@ -90,7 +90,8 @@ static const char *GetCurrentX86CPU() {
case 9:
case 13: return "pentium-m";
case 14: return "yonah";
default: return "i686";
default:
return (Model > 14) ? "yonah" : "i686";
}
case 15: {
switch (Model) {