[clang] NFC: Preparation for merging code to emit target and target_clones resolvers.
authorTom Honermann <tom.honermann@intel.com>
Fri, 1 Apr 2022 20:14:41 +0000 (13:14 -0700)
committerTom Honermann <tom@honermann.net>
Tue, 5 Apr 2022 23:50:22 +0000 (19:50 -0400)
commit40af8df6fe642749f9ac5486822c2bd5cc587ab7
tree15a848679a710fd55a81f902a5b8d101f537233b
parent0ace0100aec31bdff7e856df806cca18d8faabd7
[clang] NFC: Preparation for merging code to emit target and target_clones resolvers.

This change modifies CodeGenModule::emitMultiVersionFunctions() in preparation
for a change that will merge support for emitting target_clones resolvers into
this function. This change mostly serves to isolate indentation changes from
later behavior modifying changes.

Reviewed By: erichkeane

Differential Revision: https://reviews.llvm.org/D122957
clang/lib/CodeGen/CodeGenModule.cpp