aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-05-05 01:13:11 +0000
committerNate Begeman <natebegeman@mac.com>2006-05-05 01:13:11 +0000
commit7328797b16a549c9136967803ae8d15361031df2 (patch)
tree50911814732c008fbd08a45db7e4d90264c5ff56 /include/llvm/CodeGen
parent7e598096ea8db3f19f4ec8f4cb407aea996bd7c2 (diff)
downloadexternal_llvm-7328797b16a549c9136967803ae8d15361031df2.zip
external_llvm-7328797b16a549c9136967803ae8d15361031df2.tar.gz
external_llvm-7328797b16a549c9136967803ae8d15361031df2.tar.bz2
Somehow, I missed this part of the checkin a couple days ago
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index 6ebcda3..01fe645 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -101,9 +101,6 @@ public:
// Default - the MBB of the default bb, which is a successor of the range
// check MBB. This is when updating PHI nodes in successors.
MachineBasicBlock *Default;
- // SuccMBBs - a vector of unique successor MBBs used for updating CFG info
- // and PHI nodes.
- std::set<MachineBasicBlock*> SuccMBBs;
};
protected: