[all-commits] [llvm/llvm-project] f44bf3: [DeadArgElim] Reformat the pass in accordance with...
Pavel Samolysov via All-commits
all-commits at lists.llvm.org
Tue Jun 21 23:28:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f44bf3805ab29844d7909787a722fff923c7b8b8
https://github.com/llvm/llvm-project/commit/f44bf3805ab29844d7909787a722fff923c7b8b8
Author: Pavel Samolysov <samolisov at gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
M llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
Log Message:
-----------
[DeadArgElim] Reformat the pass in accordance with the code style
The code has been reformatted in accordance with the code style. Some
function comments were extended to the Doxygen ones and reworded a bit
to eliminate the duplication of the function's/class' name in the
comment.
Differential Revision: https://reviews.llvm.org/D128168
More information about the All-commits
mailing list