forked from OSchip/llvm-project
[ScheduleDAGMILive] Fix typo in comment.
Differential Revision: https://reviews.llvm.org/D67478 llvm-svn: 371916
This commit is contained in:
parent
e7c6f97039
commit
4b191770f4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue