[llvm] r189635 - comment typo
Andrew Trick
atrick at apple.com
Thu Aug 29 19:02:12 PDT 2013
Author: atrick
Date: Thu Aug 29 21:02:12 2013
New Revision: 189635
URL: http://llvm.org/viewvc/llvm-project?rev=189635&view=rev
Log:
comment typo
Modified:
llvm/trunk/lib/CodeGen/MachineScheduler.cpp
Modified: llvm/trunk/lib/CodeGen/MachineScheduler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineScheduler.cpp?rev=189635&r1=189634&r2=189635&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineScheduler.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineScheduler.cpp Thu Aug 29 21:02:12 2013
@@ -649,7 +649,7 @@ void ScheduleDAGMI::findRootsAndBiasEdge
/// 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:
///
More information about the llvm-commits
mailing list