clang/Modules: Early return in CompilerInstance::createModuleManager, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 20 Nov 2019 02:10:04 +0000 (18:10 -0800)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 20 Nov 2019 02:16:23 +0000 (18:16 -0800)
commit8700831734811cb89eafb72b75206f21e9f047e9
tree218b451239fede248d1a66955226058f034442c0
parent606a2bd6218e8378728b6c1e021e64bb57084a97
clang/Modules: Early return in CompilerInstance::createModuleManager, NFC

Reduce nesting with an early `return`.
clang/lib/Frontend/CompilerInstance.cpp