summaryrefslogtreecommitdiff
path: root/lib
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
commit6dc6a89d73c24f20caabda4cdcd9279e88658d0b (patch)
tree30d5276696fc4dd216e0c8455c64af88b9a84f84 /lib
parent6e4d93b2325b268d5394b82201c1a782cca78fae (diff)
downloadllvm-6dc6a89d73c24f20caabda4cdcd9279e88658d0b.tar.gz
llvm-6dc6a89d73c24f20caabda4cdcd9279e88658d0b.tar.bz2
llvm-6dc6a89d73c24f20caabda4cdcd9279e88658d0b.tar.xz
comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/MachineScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineScheduler.cpp b/lib/CodeGen/MachineScheduler.cpp
index 94f38322f2..8afc504c74 100644
--- a/lib/CodeGen/MachineScheduler.cpp
+++ b/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:
///