From f0514717cd4e7c7e057439d8c81c873446babe0a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 1 May 2010 00:02:20 +0000 Subject: Delete the EdgeMapping variable itself. llvm-svn: 102810 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h') diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index f52c0e0b31e..baed7e6677e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -273,10 +273,6 @@ public: /// SwitchInst code generation information. std::vector BitTestCases; - /// EdgeMapping - If an edge from CurMBB to any MBB is changed (e.g. due to - /// scheduler custom lowering), track the change here. - DenseMap EdgeMapping; - // Emit PHI-node-operand constants only once even if used by multiple // PHI nodes. DenseMap ConstantsOut; -- cgit v1.2.3