Fix forgotten member initialization detected by MSan bootstrap bot

llvm-svn: 195003
This commit is contained in:
Alexey Samsonov 2013-11-18 11:06:01 +00:00
parent 1011fe6a6e
commit 5f86a0cce2
1 changed files with 2 additions and 0 deletions

View 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);