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: