We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dd887 commit e5a2847Copy full SHA for e5a2847
lib/SILOptimizer/Mandatory/MandatoryCombine.cpp
@@ -72,7 +72,7 @@ class MandatoryCombiner final
72
73
/// Set to true if some alloc/dealloc_stack instruction are inserted and at
74
/// the end of the run stack nesting needs to be corrected.
75
- bool invalidatedStackNesting;
+ bool invalidatedStackNesting = false;
76
77
/// The number of times that the worklist has been processed.
78
unsigned iteration;
0 commit comments