[all-commits] [llvm/llvm-project] e6f98f: Fix variable naming style in PPCBoolRetToInt.cpp (...
Shuqi Liang via All-commits
all-commits at lists.llvm.org
Mon Jun 23 12:00:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6f98ff4a81d6e6b66e164fe799cb5ef87b95682
https://github.com/llvm/llvm-project/commit/e6f98ff4a81d6e6b66e164fe799cb5ef87b95682
Author: Shuqi Liang <109261504+Cheskaqiqi at users.noreply.github.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
Log Message:
-----------
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 at ibm.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list