[ScheduleDAGMILive] Fix typo in comment.
authorMingjie Xing <mingjie.xing@gmail.com>
Sat, 14 Sep 2019 03:27:38 +0000 (03:27 +0000)
committerMingjie Xing <mingjie.xing@gmail.com>
Sat, 14 Sep 2019 03:27:38 +0000 (03:27 +0000)
Differential Revision: https://reviews.llvm.org/D67478

llvm-svn: 371916

llvm/lib/CodeGen/MachineScheduler.cpp

index a46ded9..80526af 100644 (file)
@@ -985,7 +985,7 @@ void ScheduleDAGMILive::enterRegion(MachineBasicBlock *bb,
          "ShouldTrackLaneMasks requires ShouldTrackPressure");
 }
 
-// Setup the register pressure trackers for the top scheduled top and bottom
+// Setup the register pressure trackers for the top scheduled and bottom
 // scheduled regions.
 void ScheduleDAGMILive::initRegPressure() {
   VRegUses.clear();