[NFC] Move some variable declarations into their 'if' conditions.
A couple of variables are being declared outside of the 'if' condition that is their only actual use. Additionally, switch a few 'const TYPE *' to 'const auto *' for consistency. llvm-svn: 369773
Loading
Please sign in to comment