diff options
author | Andrew Trick <atrick@apple.com> | 2013-08-30 02:02:12 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-08-30 02:02:12 +0000 |
commit | ef80f50058235a3a51a76bef2c78052ebac7c3fa (patch) | |
tree | 9534cb366339c6f067bff2a50a53c604c76b31d3 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 1e548c72e70ed4c3c4f6ebe2ff76f15b9fd27c5a (diff) | |
download | bcm5719-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.cpp | 2 |
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: /// |