[flang] Use value instead of getValue (NFC)
Flang C++ Style Guide tells us to use x.value() when no presence test is obviously protecting the reference.
Loading
Please sign in to comment
Flang C++ Style Guide tells us to use x.value() when no presence test is obviously protecting the reference.