From ef80f50058235a3a51a76bef2c78052ebac7c3fa Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 30 Aug 2013 02:02:12 +0000 Subject: comment typo llvm-svn: 189635 --- llvm/lib/CodeGen/MachineScheduler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp') 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 &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: /// -- cgit v1.2.3