Index: src/IceCompiler.cpp |
diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp |
index 08ce5a520a3f284d06621fc1e0c721a583b0820d..7a426fc28de566adac7e312d331106da5175663f 100644 |
--- a/src/IceCompiler.cpp |
+++ b/src/IceCompiler.cpp |
@@ -144,8 +144,7 @@ void Compiler::run(const Ice::ClFlags &Flags, GlobalContext &Ctx, |
constexpr bool NoDumpCumulative = false; |
Ctx.dumpTimers(GlobalContext::TSK_Funcs, NoDumpCumulative); |
} |
- constexpr bool FinalStats = true; |
- Ctx.dumpStats("_FINAL_", FinalStats); |
+ Ctx.dumpStats(); |
} |
} // end of namespace Ice |