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

Remove redundant typedef

Former-commit-id: d03eadf3b6e5913b857d0bd1bac64bd473987443
parent 886bb1a2
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
*
*/
typedef std::set<BasicBlock_t*> BasicBlockSet_t;
typedef std::tuple<BasicBlock_t*, BasicBlock_t*> BasicBlockEdge_t;
typedef std::set<BasicBlockEdge_t> BasicBlockEdgeSet_t;
......@@ -29,5 +28,5 @@ class CriticalEdgeAnalyzer_t
BasicBlockEdgeSet_t GetAllCriticalEdges() const;
private:
ControlFlowGraph_t m_cfg;
const ControlFlowGraph_t m_cfg;
};
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