diff options
Diffstat (limited to 'ControlFlowGraph.h')
-rw-r--r-- | ControlFlowGraph.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ControlFlowGraph.h b/ControlFlowGraph.h index 3366dc45..4480ba49 100644 --- a/ControlFlowGraph.h +++ b/ControlFlowGraph.h @@ -108,10 +108,6 @@ private: void setPrevLinks(); BasicBlocks rebuildCode(); - /// @returns the corresponding BlockId if _id is a pushed jump tag, - /// and an invalid BlockId otherwise. - BlockId expressionClassToBlockId(ExpressionClasses::Id _id, ExpressionClasses& _exprClasses); - BlockId generateNewId(); unsigned m_lastUsedId = 0; |