Modules: Remove an extra early return, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 30 Apr 2021 22:16:36 +0000 (15:16 -0700)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 3 May 2021 17:50:09 +0000 (10:50 -0700)
commit64a390c1bc75eb55eeed3061df15dc581fd563e6
tree580d573b51b7635777285037569255a89b1000a3
parentf44c76d6e919641655615d62ea8b432175571a0b
Modules: Remove an extra early return, NFC

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

Differential Revision: https://reviews.llvm.org/D101671
clang/lib/Frontend/CompilerInstance.cpp