[all-commits] [llvm/llvm-project] 64a390: Modules: Remove an extra early return, NFC
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Mon May 3 10:50:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64a390c1bc75eb55eeed3061df15dc581fd563e6
https://github.com/llvm/llvm-project/commit/64a390c1bc75eb55eeed3061df15dc581fd563e6
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
M clang/lib/Frontend/CompilerInstance.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list