From: Nate Begeman Date: Fri, 5 May 2006 01:13:11 +0000 (+0000) Subject: Somehow, I missed this part of the checkin a couple days ago X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7328797b16a549c9136967803ae8d15361031df2;p=oota-llvm.git 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 --- diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index 6ebcda35db7..01fe6452560 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 SuccMBBs; }; protected: