Somehow, I missed this part of the checkin a couple days ago
authorNate Begeman <natebegeman@mac.com>
Fri, 5 May 2006 01:13:11 +0000 (01:13 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 5 May 2006 01:13:11 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28116 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGISel.h

index 6ebcda35db7f1b4cdb09737261059bdebafcdb8d..01fe6452560108dab3465ddf9c519378918c8fdb 100644 (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: