Skip to content
Snippets Groups Projects
Commit fc9005ed authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Fold collAFl optimization into graph optimization

parent 3d812cd6
No related branches found
No related tags found
No related merge requests found
......@@ -977,7 +977,7 @@ int Zafl_t::execute()
for (auto &bb : sortedBasicBlocks)
{
auto collAflSingleton = false;
if (bb->GetPredecessors().size() == 1)
if (m_bb_graph_optimize && bb->GetPredecessors().size() == 1)
{
collAflSingleton = true;
num_style_collafl++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment