From 6dc6a89d73c24f20caabda4cdcd9279e88658d0b Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 30 Aug 2013 02:02:12 +0000 Subject: [PATCH] comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189635 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineScheduler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/MachineScheduler.cpp b/lib/CodeGen/MachineScheduler.cpp index 94f38322f22..8afc504c740 100644 --- a/lib/CodeGen/MachineScheduler.cpp +++ b/lib/CodeGen/MachineScheduler.cpp @@ -649,7 +649,7 @@ void ScheduleDAGMI::findRootsAndBiasEdges(SmallVectorImpl &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: /// -- 2.34.1