[llvm-commits] [llvm] r127131 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
Eric Christopher
echristo at apple.com
Sun Mar 6 13:13:45 PST 2011
Author: echristo
Date: Sun Mar 6 15:13:45 2011
New Revision: 127131
URL: http://llvm.org/viewvc/llvm-project?rev=127131&view=rev
Log:
Typo.
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=127131&r1=127130&r2=127131&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp Sun Mar 6 15:13:45 2011
@@ -2082,7 +2082,7 @@
}
else {
// If neither instruction stalls (!LStall && !RStall) then
- // it's height is already covered so only its depth matters. We also reach
+ // its height is already covered so only its depth matters. We also reach
// this if both stall but have the same height.
unsigned LDepth = left->getDepth();
unsigned RDepth = right->getDepth();
More information about the llvm-commits
mailing list