[llvm] r219221 - typos

Sanjay Patel spatel at rotateright.com
Tue Oct 7 10:38:33 PDT 2014


Author: spatel
Date: Tue Oct  7 12:38:33 2014
New Revision: 219221

URL: http://llvm.org/viewvc/llvm-project?rev=219221&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=219221&r1=219220&r2=219221&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp Tue Oct  7 12:38:33 2014
@@ -38,9 +38,9 @@ using namespace llvm;
 
 STATISTIC(LoadsClustered, "Number of loads clustered together");
 
-// This allows latency based scheduler to notice high latency instructions
+// This allows the latency-based scheduler to notice high latency instructions
 // without a target itinerary. The choice of number here has more to do with
-// balancing scheduler heursitics than with the actual machine latency.
+// balancing scheduler heuristics than with the actual machine latency.
 static cl::opt<int> HighLatencyCycles(
   "sched-high-latency-cycles", cl::Hidden, cl::init(10),
   cl::desc("Roughly estimate the number of cycles that 'long latency'"





More information about the llvm-commits mailing list