From: Mingjie Xing Date: Sat, 14 Sep 2019 03:27:38 +0000 (+0000) Subject: [ScheduleDAGMILive] Fix typo in comment. X-Git-Tag: llvmorg-11-init~9193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b191770f49fce1839fc3b3cabdea4c7eab60be1;p=platform%2Fupstream%2Fllvm.git [ScheduleDAGMILive] Fix typo in comment. Differential Revision: https://reviews.llvm.org/D67478 llvm-svn: 371916 --- diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp index a46ded9..80526af 100644 --- a/llvm/lib/CodeGen/MachineScheduler.cpp +++ b/llvm/lib/CodeGen/MachineScheduler.cpp @@ -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();