[llvm-commits] [llvm] r83857 - /llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h

Dan Gohman gohman at apple.com
Mon Oct 12 09:44:10 PDT 2009


Author: djg
Date: Mon Oct 12 11:44:10 2009
New Revision: 83857

URL: http://llvm.org/viewvc/llvm-project?rev=83857&view=rev
Log:
Remove a redundant member variable.

Modified:
    llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h

Modified: llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h?rev=83857&r1=83856&r2=83857&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h (original)
+++ llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h Mon Oct 12 11:44:10 2009
@@ -121,7 +121,6 @@
     SmallSet<unsigned, 8> LoopLiveInRegs;
 
   public:
-    MachineBasicBlock *BB;                // Current basic block
     MachineBasicBlock::iterator Begin;    // The beginning of the range to
                                           // be scheduled. The range extends
                                           // to InsertPos.





More information about the llvm-commits mailing list