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

Make blacklist optional

parent 890a6e6b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ namespace Zafl
class CriticalEdgeBreaker_t
{
public:
CriticalEdgeBreaker_t(FileIR_t *p_variantIR, set<string> p_blacklist, const bool p_verbose=false);
CriticalEdgeBreaker_t(FileIR_t *p_variantIR, set<string> p_blacklist=set<string>(), const bool p_verbose=false);
unsigned getNumberExtraNodes() const;
protected:
......
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