[PATCH] D67478: [ScheduleDAGMILive] Fix typo in comment.

Mingjie Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 20:27:27 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371916: [ScheduleDAGMILive] Fix typo in comment. (authored by xmj, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67478?vs=219845&id=220202#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67478/new/

https://reviews.llvm.org/D67478

Files:
  llvm/trunk/lib/CodeGen/MachineScheduler.cpp


Index: llvm/trunk/lib/CodeGen/MachineScheduler.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/MachineScheduler.cpp
+++ llvm/trunk/lib/CodeGen/MachineScheduler.cpp
@@ -985,7 +985,7 @@
          "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();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67478.220202.patch
Type: text/x-patch
Size: 545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190914/8170a1b2/attachment.bin>


More information about the llvm-commits mailing list