Files
clang-p2996/llvm/tools/llvm-profgen/MissingFrameInferrer.cpp
David Blaikie 09e79659bf llvm-profgen: Fix use of stats to be under LLVM_ENABLE_STATS
This caused a -Wunused-variable warning in a without-assert+with-stats
build (because the stats were included but their use was not).

Stat use is meant to be gated by LLVM_ENABLE_STATS which can be set
independently of assertions.
2022-12-18 17:46:01 +00:00

11 KiB