llvm-project
96bde11e
- [TargetParser] Remove const from a return type (NFC) (#149255)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
111 days ago
[TargetParser] Remove const from a return type (NFC) (#149255) getHostCPUFeatures constructs and returns a temporary instance of StringMap<bool>. We don't need const on the return type.
References
#149255 - [TargetParser] Remove const from a return type (NFC)
Author
kazutakahirata
Parents
7fa48ce5
Loading