Skip to content

Commit 993d238

Browse files
committed
[ctx_prof] Remove Buffer field in PGOCtxProfWriter
Not needed anymore after PR #92983, and moreover, creating the same issue c49bc1a fixed in `BitcodeWriter.cpp`.
1 parent 0c454df commit 993d238

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ProfileData/PGOCtxProfWriter.h

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ enum PGOCtxProfileBlockIDs {
6060
/// example, value profiling would produce a new record with a new record ID,
6161
/// containing the profiled values (much like the counters)
6262
class PGOCtxProfileWriter final {
63-
SmallVector<char, 1 << 20> Buff;
6463
BitstreamWriter Writer;
6564

6665
void writeCounters(const ctx_profile::ContextNode &Node);

0 commit comments

Comments
 (0)