Uppercase some variable names, per LLVM coding standards. This change
intentionally does not rename every miscased variable, as a follow-up
change intends to eliminate many of those by switching loops to range
for loops.
Details
Details
- Reviewers
spatel - Commits
- rG4aabed05a819: [InstCombine] Uppercase some variable names (NFC)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo