Skip to content

Commit 44c5593

Browse files
authored
Fix stale comment (#73846)
Fix stale comment.
1 parent 0123608 commit 44c5593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// This pass lowers instrprof_* intrinsics emitted by a frontend for profiling.
9+
// This pass lowers instrprof_* intrinsics emitted by an instrumentor.
1010
// It also builds the data structures and initialization code needed for
1111
// updating execution counts and emitting the profile at runtime.
1212
//

0 commit comments

Comments
 (0)