projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4feef
)
Attempt to fix uninitialized SDAG persistent ids detected by MSan
author
Reid Kleckner
<rnk@google.com>
Wed, 18 Nov 2015 01:21:06 +0000
(
01:21
+0000)
committer
Reid Kleckner
<rnk@google.com>
Wed, 18 Nov 2015 01:21:06 +0000
(
01:21
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253422
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAG.h
b/include/llvm/CodeGen/SelectionDAG.h
index 8dfdd9029946f5b06549e8625361daeb44cf0a93..83464a6c9785a17cc363ebcf5c2e6a953b79611d 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAG.h
+++ b/
include/llvm/CodeGen/SelectionDAG.h
@@
-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