[all-commits] [llvm/llvm-project] d8e15d: [PGO] Minor instrumentation code cleanup (NFC)
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Thu Apr 27 09:10:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8e15dc4ae90b9c585147221761d725b46b6cc4e
https://github.com/llvm/llvm-project/commit/d8e15dc4ae90b9c585147221761d725b46b6cc4e
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Log Message:
-----------
[PGO] Minor instrumentation code cleanup (NFC)
This commit cleans up some parts of the PGO instrumentation. Most
importantly, it removes a template parameter shadowing of a class name
that could lead to confusion.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D149324
More information about the All-commits
mailing list