llvm-project
d6bf04f4 - [LTO] Remove extraneous ArrayRef (NFC) (#90306)

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.
Parents
Loading