I assume we meant to return the result of the call to
BaseT::isLoweredToCall(F).
This might not be a functional change in practice because it would
still hit the default case in the switch and call
BaseT::isLoweredToCall(F) at the end.
Differential D123333
[ARM] Add missing return to ARMTTIImpl::isLoweredToCall. craig.topper on Apr 7 2022, 12:30 PM. Authored by
Details I assume we meant to return the result of the call to This might not be a functional change in practice because it would
Diff Detail
|