diff options
author | Nate Begeman <natebegeman@mac.com> | 2006-05-05 01:13:11 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2006-05-05 01:13:11 +0000 |
commit | 7328797b16a549c9136967803ae8d15361031df2 (patch) | |
tree | 50911814732c008fbd08a45db7e4d90264c5ff56 /include/llvm/CodeGen | |
parent | 7e598096ea8db3f19f4ec8f4cb407aea996bd7c2 (diff) | |
download | external_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.h | 3 |
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: |