mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
Fix Typo.
llvm-svn: 197168
This commit is contained in:
parent
f9ac791f38
commit
ada0b7030f
@ -478,7 +478,7 @@ StringRef sys::getHostCPUName() {
|
||||
return "generic";
|
||||
}
|
||||
#elif defined(__linux__) && (defined(__ppc__) || defined(__powerpc__))
|
||||
SringRef sys::getHostCPUName() {
|
||||
StringRef sys::getHostCPUName() {
|
||||
// Access to the Processor Version Register (PVR) on PowerPC is privileged,
|
||||
// and so we must use an operating-system interface to determine the current
|
||||
// processor type. On Linux, this is exposed through the /proc/cpuinfo file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user