Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGISel.h updated: 1.16 -> 1.17 --- Log message: Somehow, I missed this part of the checkin a couple days ago --- Diffs of the changes: (+0 -3) SelectionDAGISel.h | 3 --- 1 files changed, 3 deletions(-) Index: llvm/include/llvm/CodeGen/SelectionDAGISel.h diff -u llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.16 llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.17 --- llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.16 Fri Apr 28 13:54:11 2006 +++ llvm/include/llvm/CodeGen/SelectionDAGISel.h Thu May 4 20:13:11 2006 @@ -101,9 +101,6 @@ // 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: _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits