moved to removedUnreachableBlocks

This commit is contained in:
ALEXks
2025-06-18 16:26:43 +03:00
parent c1d31b809b
commit 7533739488
4 changed files with 56 additions and 49 deletions

View File

@@ -156,3 +156,5 @@ static inline void deleteCFG(std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*
}
cfg.clear();
}
void removedUnreachableBlocks(std::vector<SAPFOR::BasicBlock*>& blocks);