[all-commits] [llvm/llvm-project] e2142f: [BOLT][NFC] Make ICP::verifyProfile static
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Thu Jun 2 19:09:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2142ff47c72cc083a8f5261875b30c29d3cf66a
https://github.com/llvm/llvm-project/commit/e2142ff47c72cc083a8f5261875b30c29d3cf66a
Author: Amir Ayupov <aaupov at fb.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M bolt/lib/Passes/IndirectCallPromotion.cpp
Log Message:
-----------
[BOLT][NFC] Make ICP::verifyProfile static
Follow LLVM style guide suggestion to avoid function definitions in anonymous
namespaces: https://llvm.org/docs/CodingStandards.html#anonymous-namespaces
Reviewed By: rafauler
Differential Revision: https://reviews.llvm.org/D124896
More information about the All-commits
mailing list