Files
clang-p2996/llvm/lib/CodeGen/RegAllocBase.cpp
Kazu Hirata e5aef72c0a [CodeGen] Use a range-based for loop (NFC) (#97177)
I++ in the loop might appear to indicate that the loop modifies the
container in some way (deletion or insertion), but the loop just
examines the container.
2024-06-29 17:06:58 -07:00

6.8 KiB