Fix forgotten member initialization detected by MSan bootstrap bot
authorAlexey Samsonov <samsonov@google.com>
Mon, 18 Nov 2013 11:06:01 +0000 (11:06 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 18 Nov 2013 11:06:01 +0000 (11:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195003 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo.h

index 91bbc2ba5f8ce6ff764dec67ca23d7bfead5d8b1..12cd40fcce25f8f5576d254e63822f5dc51a4478 100644 (file)
@@ -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);