[PATCH] D123662: [ArgPromotion] Rename variables according to the code style. NFC

Pavel Samolysov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 01:25:51 PDT 2022


psamolysov created this revision.
psamolysov added reviewers: chandlerc, vsk, nikic, jdoerfert, efriedma, eli.friedman.
psamolysov added a project: LLVM.
Herald added subscribers: ormris, hiraditya.
Herald added a project: All.
psamolysov requested review of this revision.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123662

Files:
  llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h
  llvm/lib/Transforms/IPO/ArgumentPromotion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123662.422428.patch
Type: text/x-patch
Size: 9068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220413/b0318dff/attachment.bin>


More information about the llvm-commits mailing list