llvm-project
d6bf04f4
- [LTO] Remove extraneous ArrayRef (NFC) (#90306)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[LTO] Remove extraneous ArrayRef (NFC) (#90306) We don't need to explicitly create these instances of ArrayRef because Hasher::update takes ArrayRef, and ArrayRef can be implicitly constructed from C arrays.
References
#90306 - [LTO] Remove extraneous ArrayRef (NFC)
Author
kazutakahirata
Parents
de375fbc
Loading