Index: src/IceGlobalContext.cpp |
diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp |
index 038d7cc0f73dcb187e18d7157cd0f49a6e342b08..5332a74d462f6d3215baa7bc26514da88d735474 100644 |
--- a/src/IceGlobalContext.cpp |
+++ b/src/IceGlobalContext.cpp |
@@ -310,6 +310,7 @@ GlobalContext::GlobalContext(Ostream *OsDump, Ostream *OsEmit, Ostream *OsError, |
} |
void GlobalContext::translateFunctions() { |
+ TimerMarker Timer(TimerStack::TT_translateFunctions, this); |
while (std::unique_ptr<Cfg> Func = optQueueBlockingPop()) { |
// Install Func in TLS for Cfg-specific container allocators. |
CfgLocalAllocatorScope _(Func.get()); |