Index: src/IceCfg.cpp |
diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp |
index ef8fe901c1f1c5004a37b9476a61417f9f75e529..a44e6b3b4a8a125149150e7ed4326eeaf4e92969 100644 |
--- a/src/IceCfg.cpp |
+++ b/src/IceCfg.cpp |
@@ -1027,7 +1027,7 @@ void Cfg::emitJumpTables() { |
void Cfg::emit() { |
if (!BuildDefs::dump()) |
return; |
- TimerMarker T(TimerStack::TT_emit, this); |
+ TimerMarker T(TimerStack::TT_emitAsm, this); |
if (Ctx->getFlags().getDecorateAsm()) { |
renumberInstructions(); |
getVMetadata()->init(VMK_Uses); |
@@ -1061,7 +1061,7 @@ void Cfg::emit() { |
} |
void Cfg::emitIAS() { |
- TimerMarker T(TimerStack::TT_emit, this); |
+ TimerMarker T(TimerStack::TT_emitAsm, this); |
// The emitIAS() routines emit into the internal assembler buffer, so there's |
// no need to lock the streams. |
deleteJumpTableInsts(); |