[llvm] 7f1556f - Fix typo: s/epomymous/eponymous/ NFC
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 3 13:10:05 PDT 2020
Author: Jon Roelofs
Date: 2020-08-03T14:09:46-06:00
New Revision: 7f1556f292ccfd80c4ffa986d5b849f915e5cd82
URL: https://github.com/llvm/llvm-project/commit/7f1556f292ccfd80c4ffa986d5b849f915e5cd82
DIFF: https://github.com/llvm/llvm-project/commit/7f1556f292ccfd80c4ffa986d5b849f915e5cd82.diff
LOG: Fix typo: s/epomymous/eponymous/ NFC
Added:
Modified:
llvm/lib/CodeGen/MachineScheduler.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index cec7a0c031eb..7daaa3526aa3 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
///
More information about the llvm-commits
mailing list