aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ModuloSchedule.cpp
diff options
context:
space:
mode:
authorDavid Penry <david.penry@arm.com>2022-03-29 10:13:55 -0700
committerDavid Penry <david.penry@arm.com>2022-06-07 09:38:53 -0700
commit907aedbb3d08a28f00a6a45b0ec82cdc373115c9 (patch)
tree98567e6e4e27376763d2c76b519694890ed9fe3c /llvm/lib/CodeGen/ModuloSchedule.cpp
parent1fd6f06b9e975386f4bb30ce8a1d044abeb1b633 (diff)
downloadllvm-907aedbb3d08a28f00a6a45b0ec82cdc373115c9.zip
llvm-907aedbb3d08a28f00a6a45b0ec82cdc373115c9.tar.gz
llvm-907aedbb3d08a28f00a6a45b0ec82cdc373115c9.tar.bz2
[NFC] Fix spelling/newlines in comments/debug messages
Just a few spelling mistakes and missing newlines Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D127162
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
-rw-r--r--llvm/lib/CodeGen/ModuloSchedule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloSchedule.cpp b/llvm/lib/CodeGen/ModuloSchedule.cpp
index 767c484..c0a2d1f 100644
--- a/llvm/lib/CodeGen/ModuloSchedule.cpp
+++ b/llvm/lib/CodeGen/ModuloSchedule.cpp
@@ -1003,7 +1003,7 @@ MachineInstr *ModuloScheduleExpander::cloneAndChangeInstr(
}
/// Update the machine instruction with new virtual registers. This
-/// function may change the defintions and/or uses.
+/// function may change the definitions and/or uses.
void ModuloScheduleExpander::updateInstruction(MachineInstr *NewMI,
bool LastDef,
unsigned CurStageNum,