Skip to content

Commit f7c210d

Browse files
committed
[clang][wip] Add IsNondeterministicInit member initializer
1 parent e0f96d5 commit f7c210d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/Address.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class Address {
121121

122122
CharUnits Alignment;
123123

124-
bool IsNondeterministicInit;
124+
bool IsNondeterministicInit = false;
125125

126126
/// Offset from the base pointer.
127127
llvm::Value *Offset = nullptr;

0 commit comments

Comments
 (0)