[PGO] Minor instrumentation code cleanup (NFC)
authorChristian Ulmann <christian.ulmann@nextsilicon.com>
Thu, 27 Apr 2023 16:04:51 +0000 (16:04 +0000)
committerChristian Ulmann <christian.ulmann@nextsilicon.com>
Thu, 27 Apr 2023 16:10:10 +0000 (16:10 +0000)
commitd8e15dc4ae90b9c585147221761d725b46b6cc4e
tree26b2f1c7fbb9405ba570c8744f3c40b81f66a9dd
parentee88cd82a9ff716de4ba0e0ffb8036dfef546c2f
[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
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp