================
@@ -973,8 +683,8 @@ static void mergeInstrProfile(const WeightedFileVector
&Inputs,
SymbolRemapper *Remapper,
int MaxDbgCorrelationWarnings,
const StringRef ProfiledBinary) {
- const uint64_t TraceReservoirSize =
TemporalProfTraceReservoirSize.getValue();
- const uint64_t MaxTraceLength = TemporalProfMaxTraceLength.getValue();
+ const uint64_t TraceReservoirSize = TemporalProfTraceReservoirSize;
+ const uint64_t MaxTraceLength = TemporalProfMaxTraceLength;
----------------
Prabhuk wrote:
These local variables are not used. Please remove.
https://github.com/llvm/llvm-project/pull/177868
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits