[llvm] 44c5593 - Fix stale comment (#73846)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 12:58:47 PST 2023
Author: David Li
Date: 2023-11-29T12:58:42-08:00
New Revision: 44c5593cd5f337d44e23a2151c3e84495b007109
URL: https://github.com/llvm/llvm-project/commit/44c5593cd5f337d44e23a2151c3e84495b007109
DIFF: https://github.com/llvm/llvm-project/commit/44c5593cd5f337d44e23a2151c3e84495b007109.diff
LOG: Fix stale comment (#73846)
Fix stale comment.
Added:
Modified:
llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
index 601903c29f799a2..73a7116f74e1180 100644
--- a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
+++ b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This pass lowers instrprof_* intrinsics emitted by a frontend for profiling.
+// This pass lowers instrprof_* intrinsics emitted by an instrumentor.
// It also builds the data structures and initialization code needed for
// updating execution counts and emitting the profile at runtime.
//
More information about the llvm-commits
mailing list