Remove a redundant member variable.
authorDan Gohman <gohman@apple.com>
Mon, 12 Oct 2009 16:44:10 +0000 (16:44 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 12 Oct 2009 16:44:10 +0000 (16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83857 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ScheduleDAGInstrs.h

index f079bd597dbdca9102e85952268bac4bd2a3e4b9..29e1c98cb31f7dc62e31f46be092c3b2f630fbc0 100644 (file)
@@ -121,7 +121,6 @@ namespace llvm {
     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.