mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 21:14:28 +00:00
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
This commit is contained in:
parent
74e1ee922a
commit
f56f1dfecc
@ -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