Refactor the handling of lexical block and inline scope ranges
[oota-llvm.git] / lib / CodeGen / MachineScheduler.cpp
index df756ba6e3f9e7bf6e5ce4c2cc19ae8b98ab7a32..e71c4df0b797f3e6c08ba92f7d01ee72b4a273b5 100644 (file)
@@ -72,7 +72,7 @@ static cl::opt<bool> VerifyScheduling("verify-misched", cl::Hidden,
 // DAG subtrees must have at least this many nodes.
 static const unsigned MinSubtreeSize = 8;
 
-// pin vtable to this file
+// Pin the vtables to this file.
 void MachineSchedStrategy::anchor() {}
 void ScheduleDAGMutation::anchor() {}