From cebc959ff3d7dab6a41833013ffe22728def3221 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 12 May 2015 21:27:04 +0200 Subject: Known state: store tags on stack as unions. --- ControlFlowGraph.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ControlFlowGraph.h') 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; -- cgit