[all-commits] [llvm/llvm-project] 71a9b8: [X86] Use unsigned int for return type of __get_cp...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Oct 14 11:45:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71a9b8833231a285b4d8d5587c699ed45881624b
https://github.com/llvm/llvm-project/commit/71a9b8833231a285b4d8d5587c699ed45881624b
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/lib/Headers/cpuid.h
Log Message:
-----------
[X86] Use unsigned int for return type of __get_cpuid_max.
It looks like gcc's header already uses unsigned int and we should
match.
Fixes PR58359.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D135966
More information about the All-commits
mailing list