mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01: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…
x
Reference in New Issue
Block a user