We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc756dd + 993d238 commit b4fc1baCopy full SHA for b4fc1ba
llvm/include/llvm/ProfileData/PGOCtxProfWriter.h
@@ -60,7 +60,6 @@ enum PGOCtxProfileBlockIDs {
60
/// example, value profiling would produce a new record with a new record ID,
61
/// containing the profiled values (much like the counters)
62
class PGOCtxProfileWriter final {
63
- SmallVector<char, 1 << 20> Buff;
64
BitstreamWriter Writer;
65
66
void writeCounters(const ctx_profile::ContextNode &Node);
0 commit comments