[flang] Use value instead of getValue (NFC)
authorKazu Hirata <kazu@google.com>
Wed, 20 Jul 2022 04:49:14 +0000 (21:49 -0700)
committerKazu Hirata <kazu@google.com>
Wed, 20 Jul 2022 04:49:15 +0000 (21:49 -0700)
commitafb9d89ffcf2b556c0ccfd63ff484ab178160136
treed46ff7889aec3fef6612168e502177c43799bb43
parent868e1ee1d02c153d867a9f4e2b7e35df7d0701df
[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.
flang/lib/Lower/ConvertExpr.cpp