Skip to content

Commit 306d77f

Browse files
committed
void verifyCounterMap() const
1 parent 63dbfb3 commit 306d77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CodeGenPGO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class CodeGenPGO {
131131
// Do nothing.
132132
}
133133

134-
void verifyCounterMap() {
134+
void verifyCounterMap() const {
135135
// Do nothing.
136136
}
137137

0 commit comments

Comments
 (0)