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.
2 parents 9846c6a + e5a2847 commit f3959deCopy full SHA for f3959de
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