Recurse case ordering into nested switches

This commit is contained in:
caheckman 2020-07-16 17:28:24 -04:00
parent 4382d043f1
commit a4e360a3e5
3 changed files with 12 additions and 8 deletions

View file

@ -2170,7 +2170,7 @@ int4 ActionFinalStructure::apply(Funcdata &data)
BlockGraph &graph(data.getStructure());
graph.orderBlocks();
graph.orderSwitchCases();
graph.finalizePrinting(data);
graph.scopeBreak(-1,-1); // Put in \e break statements
graph.markUnstructured(); // Put in \e gotos
graph.markLabelBumpUp(false); // Fix up labeling