[all-commits] [llvm/llvm-project] 744a83: [ArgPromotion] Rename variables according to the c...
Pavel Samolysov via All-commits
all-commits at lists.llvm.org
Thu Apr 28 06:32:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 744a8378387e484982d61cf27a4d9598153da8a3
https://github.com/llvm/llvm-project/commit/744a8378387e484982d61cf27a4d9598153da8a3
Author: Pavel Samolysov <samolisov at gmail.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
M llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
Log Message:
-----------
[ArgPromotion] Rename variables according to the code style. NFC
Some loop counters ('i', 'e') and variables ('type') were named not
in accordance with the code style and clang-tidy issues warnings
about the using of such variables. This patch renames the variables
and fixes some typos in the comments within the source file.
Differential Revision: https://reviews.llvm.org/D123662
More information about the All-commits
mailing list