summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-09-14 18:19:10 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-09-14 18:54:04 -0700
commitf5d33852dbb11d7b9f8ad0b5ef655d127a839885 (patch)
treee07145a567f34e8aa1d4620f19a6e181ccece10e
parent59aedc619f66b7490535ab963e01fc71fe1568a4 (diff)
Refactor preprocessing pass registration
-rw-r--r--src/preprocessing/preprocessing_pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preprocessing/preprocessing_pass.cpp b/src/preprocessing/preprocessing_pass.cpp
index 6a7078696..166508552 100644
--- a/src/preprocessing/preprocessing_pass.cpp
+++ b/src/preprocessing/preprocessing_pass.cpp
@@ -88,6 +88,7 @@ PreprocessingPass::PreprocessingPass(PreprocessingPassContext* preprocContext,
: d_name(name), d_timer("preprocessing::" + name) {
d_preprocContext = preprocContext;
smtStatisticsRegistry()->registerStat(&d_timer);
+ Dump.registerPreprocessingPass(d_name);
}
PreprocessingPass::~PreprocessingPass() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback