mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Fix forgotten member initialization detected by MSan bootstrap bot
llvm-svn: 195003
This commit is contained in:
parent
4826d2b987
commit
22aed953fb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user