This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add missing return to ARMTTIImpl::isLoweredToCall.
ClosedPublic

Authored by craig.topper on Apr 7 2022, 12:30 PM.

Details

Summary

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.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 7 2022, 12:30 PM
craig.topper requested review of this revision.Apr 7 2022, 12:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 12:30 PM
This revision is now accepted and ready to land.Apr 7 2022, 12:39 PM
This revision was landed with ongoing or failed builds.Apr 7 2022, 12:56 PM
This revision was automatically updated to reflect the committed changes.