[flang-commits] [flang] [Flang][OpenMP] NFC: Trivial changes in OmpCycleChecker (PR #91024)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon May 6 12:24:55 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_;
----------------
kiranchandramohan wrote:
Sorry, @luporl what did you mean here? I thought I missed a renaming here.
https://github.com/llvm/llvm-project/pull/91024
More information about the flang-commits
mailing list