[flang-commits] [flang] [Flang][OpenMP] NFC: Trivial changes in OmpCycleChecker (PR #91024)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Mon May 6 05:06:51 PDT 2024
================
@@ -125,7 +130,7 @@ class OmpCycleChecker {
SemanticsContext &context_;
const parser::CharBlock *cycleSource_;
std::int64_t cycleLevel_;
- std::map<std::string, std::int64_t> labelNamesandLevels_;
+ std::map<std::string, std::int64_t> constructNamesandLevels_;
----------------
luporl wrote:
Maybe take the opportunity to change `constructNamesandLevels_` to `constructNamesAndLevels_` too?
https://github.com/llvm/llvm-project/pull/91024
More information about the flang-commits
mailing list