Attempt to fix uninitialized SDAG persistent ids detected by MSan

llvm-svn: 253422
This commit is contained in:
Reid Kleckner 2015-11-18 01:21:06 +00:00
parent e8c455d90e
commit 3da7a5338e
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class SelectionDAG {
/// Tracks dbg_value information through SDISel.
SDDbgInfo *DbgInfo;
uint16_t NextPersistentId;
uint16_t NextPersistentId = 0;
public:
/// Clients of various APIs that cause global effects on