[NFC] Prevent shadowing a variable declared in `if`
Prevents confusion over which `S` is referenced in the final `else` branch if such use is added. Reviewed By: hubert.reinterpretcast Differential Revision: https://reviews.llvm.org/D124556
Loading
Please sign in to comment