Files
clang-p2996/llvm/lib/CodeGen/RegAllocGreedy.cpp
Sergei Barannikov b70b96c0f5 [RegAlloc] Simplify RegAllocEvictionAdvisor::canReassign (NFC)
Use range-based for loops.
The return type has been changed to bool because the method is only
used in boolean contexts.

Reviewed By: mtrofin

Differential Revision: https://reviews.llvm.org/D152665
2023-06-16 05:39:56 +03:00

99 KiB