diff options
author | Mingjie Xing <mingjie.xing@gmail.com> | 2019-09-14 03:27:38 +0000 |
---|---|---|
committer | Mingjie Xing <mingjie.xing@gmail.com> | 2019-09-14 03:27:38 +0000 |
commit | 4b191770f49fce1839fc3b3cabdea4c7eab60be1 (patch) | |
tree | 846a5ba70ddbbd883e1217ac677965d1f81c766c /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | e7c6f97039a4c9acee583af9d0e7aac94762d8ac (diff) | |
download | llvm-4b191770f49fce1839fc3b3cabdea4c7eab60be1.zip llvm-4b191770f49fce1839fc3b3cabdea4c7eab60be1.tar.gz llvm-4b191770f49fce1839fc3b3cabdea4c7eab60be1.tar.bz2 |
[ScheduleDAGMILive] Fix typo in comment.
Differential Revision: https://reviews.llvm.org/D67478
llvm-svn: 371916
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineScheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |