Index: src/IceGlobalContext.cpp |
diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp |
index 79177c2d5bf61287e089ef02282a3ee66157bf08..a4b2cfbe8505ccb44351e1a11b8b9816dd7fed1b 100644 |
--- a/src/IceGlobalContext.cpp |
+++ b/src/IceGlobalContext.cpp |
@@ -394,7 +394,8 @@ void GlobalContext::addBlockInfoPtrs(VariableDeclaration *ProfileBlockInfo) { |
void GlobalContext::lowerGlobals(const IceString &SectionSuffix) { |
TimerMarker T(TimerStack::TT_emitGlobalInitializers, this); |
const bool DumpGlobalVariables = |
- BuildDefs::dump() && (Flags.getVerbose() & Cfg::defaultVerboseMask()) && |
+ BuildDefs::dump() && |
+ (Flags.getVerbose() & IceV_Init & Cfg::defaultVerboseMask()) && |
Flags.getVerboseFocusOn().empty(); |
if (DumpGlobalVariables) { |
OstreamLocker L(this); |