summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-08-30 02:02:12 +0000
committerAndrew Trick <atrick@apple.com>2013-08-30 02:02:12 +0000
commitef80f50058235a3a51a76bef2c78052ebac7c3fa (patch)
tree9534cb366339c6f067bff2a50a53c604c76b31d3 /llvm/lib/CodeGen/MachineScheduler.cpp
parent1e548c72e70ed4c3c4f6ebe2ff76f15b9fd27c5a (diff)
downloadbcm5719-llvm-ef80f50058235a3a51a76bef2c78052ebac7c3fa.tar.gz
bcm5719-llvm-ef80f50058235a3a51a76bef2c78052ebac7c3fa.zip
comment typo
llvm-svn: 189635
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 94f38322f22..8afc504c740 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -649,7 +649,7 @@ void ScheduleDAGMI::findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
/// available for use in the scheduler.
///
/// The cyclic path estimation identifies a def-use pair that crosses the back
-/// end and considers the depth and height of the nodes. For example, consider
+/// 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:
///
OpenPOWER on IntegriCloud