misched comments

llvm-svn: 152374
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index 6090ffe..dc0c098 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -173,9 +173,10 @@
             else dbgs() << "End";
             dbgs() << " Remaining: " << RemainingCount << "\n");
 
-      // Inform ScheduleDAGInstrs of the region being scheduled. It calls back
-      // to our schedule() method.
+      // Schedule a region: possibly reorder instructions.
       Scheduler->schedule();
+
+      // Close the current region.
       Scheduler->exitRegion();
 
       // Scheduling has invalidated the current iterator 'I'. Ask the