1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Add "generic" fallback.

gcc warned that the function may not have a return value, indeed
for non-intel and non-amd X86 CPUs it is right (VIA, etc.).

llvm-svn: 91276
This commit is contained in:
Torok Edwin 2009-12-14 12:38:18 +00:00
parent 1266cbda54
commit 388463f7c4

View File

@ -292,6 +292,7 @@ std::string sys::getHostCPUName() {
return "generic";
}
}
return "generic";
}
#else
std::string sys::getHostCPUName() {