From f56f1dfecc04078dd76121cf06dae4024372f329 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 18 Nov 2013 11:06:01 +0000 Subject: Fix forgotten member initialization detected by MSan bootstrap bot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195003 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 91bbc2ba5f..12cd40fcce 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); -- cgit v1.2.3