[clang] Move variable declaration closer to use
authorNico Weber <thakis@chromium.org>
Tue, 18 Oct 2022 20:39:55 +0000 (16:39 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 18 Oct 2022 20:40:46 +0000 (16:40 -0400)
commit4481057d4cbe60878d16b26085d8ab90ec5f7a43
tree64858f1ccbcfa98012ed78c16a5a6badc81c4fd4
parent8266eefd91dafec10afcd99be0624fb3e2ceb1bb
[clang] Move variable declaration closer to use

...and add some whitespace to delimit the three logical steps done in this
function.

No behavior change.
clang/lib/Driver/ToolChains/Darwin.cpp