Skip to content

[TargetParser] Remove const from a return type (NFC) #149255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

kazutakahirata
Copy link
Contributor

getHostCPUFeatures constructs and returns a temporary instance of
StringMap. We don't need const on the return type.

getHostCPUFeatures constructs and returns a temporary instance of
StringMap<bool>.  We don't need const on the return type.
@kazutakahirata kazutakahirata merged commit 96bde11 into llvm:main Jul 17, 2025
10 checks passed
@kazutakahirata kazutakahirata deleted the cleanup_20250716_const_ret_llvm branch July 17, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants