Files
clang-p2996/llvm/lib/LTO/LTO.cpp
Kazu Hirata d6bf04f476 [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.
2024-04-26 18:38:15 -07:00

77 KiB