llvm-project
d0a6434e
- [SLP] Reduce scope of variable using if clause [NFC]
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
preames
Committer
preames
Parents
ef5ba2ed
Loading