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 72719d8 commit dd52096Copy full SHA for dd52096
lib/Backend/FlowGraph.cpp
@@ -1847,6 +1847,10 @@ FlowGraph::Destroy(void)
1847
}
1848
1849
NEXT_BLOCK;
1850
+ }
1851
+#endif
1852
+ if (fHasTry)
1853
+ {
1854
FOREACH_BLOCK_ALL(block, this)
1855
{
1856
if (block->GetFirstInstr()->IsLabelInstr())
@@ -1861,8 +1865,6 @@ FlowGraph::Destroy(void)
1861
1865
1862
1866
} NEXT_BLOCK;
1863
1867
1864
-#endif
-
1868
this->func->isFlowGraphValid = false;
1869
1870
0 commit comments