[Flang][OpenMP][NFC] Correct a few instances of variable naming
authorKiran Chandramohan <kiran.chandramohan@arm.com>
Sun, 12 Feb 2023 16:57:36 +0000 (16:57 +0000)
committerKiran Chandramohan <kiran.chandramohan@arm.com>
Sun, 12 Feb 2023 17:12:40 +0000 (17:12 +0000)
commit10d8b3054a72bfdb699da05d8aa708b84546c57b
tree1cc497535f6c196af529e07b82eeedc42306c3dc
parent9f2014269ad8e4f5dc4567ca12919c6135e62f16
[Flang][OpenMP][NFC] Correct a few instances of variable naming

In lowering code Flang follows the MLIR coding guideline of using
camelBack for variables names. Correct a few instances that were
not following this guideline.
flang/lib/Lower/OpenMP.cpp