Skip to content
Snippets Groups Projects
Commit 5b09e9f5 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added factory method

parent 6498c2bb
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ namespace IRDB_SDK ...@@ -13,7 +13,7 @@ namespace IRDB_SDK
DominatorGraph_t(){} DominatorGraph_t(){}
DominatorGraph_t(const DominatorGraph_t& copy)=delete; DominatorGraph_t(const DominatorGraph_t& copy)=delete;
public: public:
unique_ptr<DominatorGraph_t*> factory( static unique_ptr<DominatorGraph_t> factory(
const ControlFlowGraph_t* p_cfg, const ControlFlowGraph_t* p_cfg,
bool needs_postdoms=false, bool needs_postdoms=false,
bool needs_idoms=false bool needs_idoms=false
......
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