Somehow, I missed this part of the checkin a couple days ago

llvm-svn: 28116
This commit is contained in:
Nate Begeman 2006-05-05 01:13:11 +00:00
parent 7a3ecf7993
commit dec86e74ff
1 changed files with 0 additions and 3 deletions

View File

@ -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: