[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. Since assert can be disabled, I don't count it as "protection" here. Differential Revision: https://reviews.llvm.org/D130144
Loading
Please sign in to comment