aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorJon Roelofs <jonathan_roelofs@apple.com>2020-08-03 14:09:46 -0600
committerJon Roelofs <jonathan_roelofs@apple.com>2020-08-03 14:09:46 -0600
commit7f1556f292ccfd80c4ffa986d5b849f915e5cd82 (patch)
tree126aea46cc882ae5e6e3bd4f87d20fa5b8d94395 /llvm/lib/CodeGen/MachineScheduler.cpp
parentdca23ed8952383701a62b778104f4db6f5d4b799 (diff)
downloadllvm-7f1556f292ccfd80c4ffa986d5b849f915e5cd82.zip
llvm-7f1556f292ccfd80c4ffa986d5b849f915e5cd82.tar.gz
llvm-7f1556f292ccfd80c4ffa986d5b849f915e5cd82.tar.bz2
Fix typo: s/epomymous/eponymous/ NFC
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index cec7a0c..7daaa35 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -1298,7 +1298,7 @@ void ScheduleDAGMILive::computeDFSResult() {
/// The cyclic path estimation identifies a def-use pair that crosses the back
/// edge and considers the depth and height of the nodes. For example, consider
/// the following instruction sequence where each instruction has unit latency
-/// and defines an epomymous virtual register:
+/// and defines an eponymous virtual register:
///
/// a->b(a,c)->c(b)->d(c)->exit
///