This is an archive of the discontinued LLVM Phabricator instance.

Modules: Remove an extra early return, NFC
ClosedPublic

Authored by dexonsmith on Apr 30 2021, 3:17 PM.

Details

Summary

Remove an early return from an else block that's immediately followed
by an equivalent early return after the else block.

Diff Detail

Event Timeline

dexonsmith requested review of this revision.Apr 30 2021, 3:17 PM
dexonsmith created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2021, 3:17 PM
dblaikie accepted this revision.May 2 2021, 1:05 PM
dblaikie added a subscriber: dblaikie.

Looks good to me

This revision is now accepted and ready to land.May 2 2021, 1:05 PM
This revision was automatically updated to reflect the committed changes.