summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorJaved Absar <javed.absar@arm.com>2017-09-27 16:39:17 +0000
committerJaved Absar <javed.absar@arm.com>2017-09-27 16:39:17 +0000
commit6c5605e7721fbc52bf1cab0ddcd5bd45d97e7cc7 (patch)
tree2d0406c46edc7b33ad89994188521df30d21cfea /llvm/include
parentfee80d5e6583f2f9efebd1fad883371999783bb3 (diff)
downloadbcm5719-llvm-6c5605e7721fbc52bf1cab0ddcd5bd45d97e7cc7.tar.gz
bcm5719-llvm-6c5605e7721fbc52bf1cab0ddcd5bd45d97e7cc7.zip
[Misched] : Fix typo in comment. NFC.
llvm-svn: 314316
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/MachineScheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineScheduler.h b/llvm/include/llvm/CodeGen/MachineScheduler.h
index 25c8f831ef9..c983d6ccf2c 100644
--- a/llvm/include/llvm/CodeGen/MachineScheduler.h
+++ b/llvm/include/llvm/CodeGen/MachineScheduler.h
@@ -26,7 +26,7 @@
// The default scheduler, ScheduleDAGMILive, builds the DAG and drives list
// scheduling while updating the instruction stream, register pressure, and live
// intervals. Most targets don't need to override the DAG builder and list
-// schedulier, but subtargets that require custom scheduling heuristics may
+// scheduler, but subtargets that require custom scheduling heuristics may
// plugin an alternate MachineSchedStrategy. The strategy is responsible for
// selecting the highest priority node from the list:
//
OpenPOWER on IntegriCloud