llvm-project
84ff1bda - [RISCV] Use StringRef in a range-based for loop (NFC) (#144243)

Commit
146 days ago
[RISCV] Use StringRef in a range-based for loop (NFC) (#144243) When we iterate over std::vector<std::string>, we can directly assign each element to StringRef. We do not need to go through a separate statement.
Parents
Loading