We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25fe9c commit 833ba0aCopy full SHA for 833ba0a
llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
@@ -64,7 +64,7 @@ namespace {
64
65
class ObjCARCContract {
66
bool Changed;
67
- bool CFGChanged;
+ bool CFGChanged = false;
68
AAResults *AA;
69
DominatorTree *DT;
70
ProvenanceAnalysis PA;
0 commit comments