diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 20f8b787597..1b306d6990a 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -135,8 +135,8 @@ void ScheduleDAGInstrs::startBlock(MachineBasicBlock *bb) {  }  void ScheduleDAGInstrs::finishBlock() { +  // Subclasses should no longer refer to the old block.    BB = 0; -  // Nothing to do.  }  /// Initialize the map with the number of registers. | 

