diff options
author | Shuqi Liang <109261504+Cheskaqiqi@users.noreply.github.com> | 2025-06-23 15:00:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 15:00:19 -0400 |
commit | e6f98ff4a81d6e6b66e164fe799cb5ef87b95682 (patch) | |
tree | e3c9fa1ad8dc79ef006b37c4821088e0896d7369 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 3095d3a47d624b573d0748ee37f8f201d5702b63 (diff) | |
download | llvm-e6f98ff4a81d6e6b66e164fe799cb5ef87b95682.zip llvm-e6f98ff4a81d6e6b66e164fe799cb5ef87b95682.tar.gz llvm-e6f98ff4a81d6e6b66e164fe799cb5ef87b95682.tar.bz2 |
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>
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions