Index: src/llvm2ice.cpp |
diff --git a/src/llvm2ice.cpp b/src/llvm2ice.cpp |
index 1d7d193b169f3a0c7941582d605e89ee4a5dcf05..1ec79f02932df22715fe21f83a81bc61b7d66e68 100644 |
--- a/src/llvm2ice.cpp |
+++ b/src/llvm2ice.cpp |
@@ -295,12 +295,12 @@ int main(int argc, char **argv) { |
<< "--build-on-read=0 not allowed\n"; |
return GetReturnValue(1); |
} |
+ if (SubzeroTimingEnabled) |
+ Ctx.dumpTimers(); |
if (TimeEachFunction) { |
const bool DumpCumulative = false; |
Ctx.dumpTimers(Ice::GlobalContext::TSK_Funcs, DumpCumulative); |
} |
- if (SubzeroTimingEnabled) |
- Ctx.dumpTimers(); |
const bool FinalStats = true; |
Ctx.dumpStats("_FINAL_", FinalStats); |
return GetReturnValue(ErrorStatus); |