[llvm-commits] [llvm] r48873 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
Roman Levenstein
romix.llvm at googlemail.com
Thu Mar 27 02:44:37 PDT 2008
Author: romix
Date: Thu Mar 27 04:44:37 2008
New Revision: 48873
URL: http://llvm.org/viewvc/llvm-project?rev=48873&view=rev
Log:
Fix spelling. Thanks, Duncan! :-)
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp?rev=48873&r1=48872&r2=48873&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp Thu Mar 27 04:44:37 2008
@@ -1724,7 +1724,7 @@
return Sum;
}
-/// LimitedSumOfUnscheduledPredsOfSuccs - compute the sum of the unscheduled
+/// LimitedSumOfUnscheduledPredsOfSuccs - Compute the sum of the unscheduled
/// predecessors of the successors of the SUnit SU. Stop when the provided
/// limit is exceeded.
More information about the llvm-commits
mailing list