[X86] Use unsigned int for return type of __get_cpuid_max.
authorCraig Topper <craig.topper@sifive.com>
Fri, 14 Oct 2022 18:37:28 +0000 (11:37 -0700)
committerCraig Topper <craig.topper@sifive.com>
Fri, 14 Oct 2022 18:45:20 +0000 (11:45 -0700)
commit71a9b8833231a285b4d8d5587c699ed45881624b
tree7a9524dba0f6be22a36b48386335a9d2582ab054
parent911d2dc23035454cb85422922c19259855e33bba
[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
clang/lib/Headers/cpuid.h