diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 91bbc2ba5f8..12cd40fcce2 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -761,6 +761,8 @@ DITypeIdentifierMap generateDITypeIdentifierMap(const NamedMDNode *CU_Nodes); /// used by the CUs. class DebugInfoFinder { public: + DebugInfoFinder() : TypeMapInitialized(false) {} + /// processModule - Process entire module and collect debug info /// anchors. void processModule(const Module &M);