Files
clang-p2996/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
Shuqi Liang e6f98ff4a8 Fix variable naming style in PPCBoolRetToInt.cpp (#144533)
Change loop variable 'i' to 'I' to conform to LLVM coding standards.
Variable names should start with an upper case letter according to LLVM
coding guidelines.
Fixed locations:
Lines 103-104: for loop variable and usage
Lines 257-258: for loop variable and usage

Co-authored-by: Shuqi Liang <Shuqi.Liang@ibm.com>
2025-06-23 15:00:19 -04:00

9.8 KiB