mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix a couple of misformatted comments spotted in post-commit review.
llvm-svn: 271596
This commit is contained in:
parent
f3784f237a
commit
efb9b5d540
@ -74,8 +74,7 @@ static ssize_t LLVM_ATTRIBUTE_UNUSED readCpuInfo(void *Buf, size_t Size) {
|
||||
defined(_M_X64)
|
||||
|
||||
/// GetX86CpuIDAndInfo - Execute the specified cpuid and return the 4 values in
|
||||
/// the
|
||||
/// specified arguments. If we can't run cpuid on the host, return true.
|
||||
/// the specified arguments. If we can't run cpuid on the host, return true.
|
||||
static bool GetX86CpuIDAndInfo(unsigned value, unsigned *rEAX, unsigned *rEBX,
|
||||
unsigned *rECX, unsigned *rEDX) {
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user