ソースを参照

[ScheduleDAGMILive] Fix typo in comment.

Differential Revision: https://reviews.llvm.org/D67478

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371916 91177308-0d34-0410-b5e6-96231b3b80d8
Mingjie Xing 6 年 前
コミット
ff031dcbec
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/CodeGen/MachineScheduler.cpp

+ 1 - 1
lib/CodeGen/MachineScheduler.cpp

@@ -985,7 +985,7 @@ void ScheduleDAGMILive::enterRegion(MachineBasicBlock *bb,
          "ShouldTrackLaneMasks requires ShouldTrackPressure");
          "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.
 // scheduled regions.
 void ScheduleDAGMILive::initRegPressure() {
 void ScheduleDAGMILive::initRegPressure() {
   VRegUses.clear();
   VRegUses.clear();