[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGISel.h

Nate Begeman natebegeman at mac.com
Thu May 4 18:13:24 PDT 2006



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:






More information about the llvm-commits mailing list