New and improved comment.

llvm-svn: 155229
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
index 20f8b78..1b306d6 100644
--- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
+++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
@@ -135,8 +135,8 @@
 }
 
 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.