summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-01 00:02:20 +0000
committerDan Gohman <gohman@apple.com>2010-05-01 00:02:20 +0000
commitf0514717cd4e7c7e057439d8c81c873446babe0a (patch)
tree8f999b25300feaed9f785cb78a0092dc2ce2c94d /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent25c1653700d94cd5cbb0bce47ee6687f6379750b (diff)
downloadbcm5719-llvm-f0514717cd4e7c7e057439d8c81c873446babe0a.tar.gz
bcm5719-llvm-f0514717cd4e7c7e057439d8c81c873446babe0a.zip
Delete the EdgeMapping variable itself.
llvm-svn: 102810
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h4
1 files changed, 0 insertions, 4 deletions
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<BitTestBlock> BitTestCases;
- /// EdgeMapping - If an edge from CurMBB to any MBB is changed (e.g. due to
- /// scheduler custom lowering), track the change here.
- DenseMap<MachineBasicBlock*, MachineBasicBlock*> EdgeMapping;
-
// Emit PHI-node-operand constants only once even if used by multiple
// PHI nodes.
DenseMap<const Constant *, unsigned> ConstantsOut;
OpenPOWER on IntegriCloud