Skip to content

Commit bebabc2

Browse files
mtrofinlravenclaw
authored andcommitted
[ctx_prof] Remove Buffer field in PGOCtxProfWriter
Not needed anymore after PR llvm#92983, and moreover, creating the same issue c49bc1a fixed in `BitcodeWriter.cpp`.
1 parent d89df8e commit bebabc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ProfileData/PGOCtxProfWriter.h

Lines changed: 0 additions & 1 deletion
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)