diff options
author | Sanjay Patel <spatel@rotateright.com> | 2014-10-07 17:38:33 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2014-10-07 17:38:33 +0000 |
commit | 25d3c1cf614c3f295ca2c2579ce57145051a4a99 (patch) | |
tree | fe3b285383c4213acea7fbf2c4808faeaa98ec2a /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | |
parent | eb0cc1bbf3368cbbc1cb5890e1b767a5bddfa32f (diff) | |
download | bcm5719-llvm-25d3c1cf614c3f295ca2c2579ce57145051a4a99.tar.gz bcm5719-llvm-25d3c1cf614c3f295ca2c2579ce57145051a4a99.zip |
typos
llvm-svn: 219221
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp index 2a64a0391cb..97bc4ab2adf 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp @@ -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'" |