diff options
author | Sanjay Patel <spatel@rotateright.com> | 2014-10-07 17:36:50 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2014-10-07 17:36:50 +0000 |
commit | eb0cc1bbf3368cbbc1cb5890e1b767a5bddfa32f (patch) | |
tree | 189ad182e9ffa51f875f858c9c72cf11c29d513d /llvm/lib/CodeGen | |
parent | 2f547177f80b1653f54f06752f961ef8998050b0 (diff) | |
download | bcm5719-llvm-eb0cc1bbf3368cbbc1cb5890e1b767a5bddfa32f.tar.gz bcm5719-llvm-eb0cc1bbf3368cbbc1cb5890e1b767a5bddfa32f.zip |
typos
llvm-svn: 219220
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp index 797d2b1d810..2a64a0391cb 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<int> HighLatencyCycles( "sched-high-latency-cycles", cl::Hidden, cl::init(10), |