Files
llvm-project/llvm/lib/Support/StringMap.cpp
Kazu Hirata 0e124b9586 [ADT] Use "if constexpr" with shouldReverseIterate (#161477)
This patch uses "if constexpr" whenever we call shouldReverseIterate
in "if" conditions.  Note that shouldReverseIterate is a constexpr
function.
2025-10-01 08:59:23 -07:00

9.3 KiB