llvm-project
d0a6434e - [SLP] Reduce scope of variable using if clause [NFC]

Commit
1 year ago
[SLP] Reduce scope of variable using if clause [NFC] This particular variable name is shadowed by another lower in the function, so reducing it's scope to it's single use removes the shadowing and makes the code much less error prone.
Author
Committer
Parents
Loading