[PATCH] D50031: Add pass to print out DebugCounter info
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 5 14:03:24 PDT 2018
davide added inline comments.
================
Comment at: lib/Support/DebugCounter.cpp:118
+ RegisteredCounters.end());
+ sort(CounterNames.begin(), CounterNames.end());
+
----------------
why do you need to sort the counters here?
Repository:
rL LLVM
https://reviews.llvm.org/D50031
More information about the llvm-commits
mailing list