From: Andrew Trick Date: Fri, 30 Aug 2013 02:02:12 +0000 (+0000) Subject: comment typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6dc6a89d73c24f20caabda4cdcd9279e88658d0b;p=oota-llvm.git comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189635 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: ///