[PATCH] D67478: [ScheduleDAGMILive] Fix typo in comment.
Mingjie Xing via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 20:58:38 PDT 2019
xmj created this revision.
xmj added a reviewer: atrick.
Herald added subscribers: llvm-commits, javed.absar, hiraditya, MatzeB.
Herald added a project: LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D67478
Files:
llvm/lib/CodeGen/MachineScheduler.cpp
Index: llvm/lib/CodeGen/MachineScheduler.cpp
===================================================================
--- llvm/lib/CodeGen/MachineScheduler.cpp
+++ llvm/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.219845.patch
Type: text/x-patch
Size: 527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190912/0e999236/attachment.bin>
More information about the llvm-commits
mailing list