From eb0cc1bbf3368cbbc1cb5890e1b767a5bddfa32f Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Tue, 7 Oct 2014 17:36:50 +0000 Subject: [PATCH] typos llvm-svn: 219220 --- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp index 797d2b1d810a..2a64a0391cb9 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp @@ -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 HighLatencyCycles( "sched-high-latency-cycles", cl::Hidden, cl::init(10),