[llvm] r219220 - typos

Sanjay Patel spatel at rotateright.com
Tue Oct 7 10:36:50 PDT 2014


Author: spatel
Date: Tue Oct  7 12:36:50 2014
New Revision: 219220

URL: http://llvm.org/viewvc/llvm-project?rev=219220&view=rev
Log:
typos

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp?rev=219220&r1=219219&r2=219220&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp Tue Oct  7 12:36:50 2014
@@ -39,7 +39,7 @@ using namespace llvm;
 STATISTIC(LoadsClustered, "Number of loads clustered together");
 
 // This allows latency based scheduler to notice high latency instructions
-// without a target itinerary. The choise if number here has more to do with
+// without a target itinerary. The choice of number here has more to do with
 // balancing scheduler heursitics than with the actual machine latency.
 static cl::opt<int> HighLatencyCycles(
   "sched-high-latency-cycles", cl::Hidden, cl::init(10),





More information about the llvm-commits mailing list