New and improved comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155229 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/ScheduleDAGInstrs.cpp b/lib/CodeGen/ScheduleDAGInstrs.cpp
index 20f8b78..1b306d6 100644
--- a/lib/CodeGen/ScheduleDAGInstrs.cpp
+++ b/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.