forked from OSchip/llvm-project
[X86] Remove 'barcelona' string from getHostCPUName. Use 'amdfam10' instead. The x86 backend doesn't distinguish.
llvm-svn: 307755
This commit is contained in:
parent
ad7e718307
commit
e98b65b809
|
@ -1119,8 +1119,6 @@ StringRef sys::getHostCPUName() {
|
|||
return "athlon";
|
||||
}
|
||||
case AMDFAM10H:
|
||||
if(Subtype == AMDFAM10H_BARCELONA)
|
||||
return "barcelona";
|
||||
return "amdfam10";
|
||||
case AMDFAM14H:
|
||||
return "btver1";
|
||||
|
|
Loading…
Reference in New Issue