summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
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')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp1
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 791482906d8..ade38a5121c 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -545,7 +545,6 @@ void SelectionDAGBuilder::clear() {
NodeMap.clear();
PendingLoads.clear();
PendingExports.clear();
- EdgeMapping.clear();
DAG.clear();
CurDebugLoc = DebugLoc();
HasTailCall = false;
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