]> granicus.if.org Git - llvm/commitdiff
[Misched] : Fix typo in comment. NFC.
authorJaved Absar <javed.absar@arm.com>
Wed, 27 Sep 2017 16:39:17 +0000 (16:39 +0000)
committerJaved Absar <javed.absar@arm.com>
Wed, 27 Sep 2017 16:39:17 +0000 (16:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314316 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineScheduler.h

index 25c8f831ef9a01e6716f34d4cb46ba9a6f0db0dd..c983d6ccf2cd4cd443601ddd47f047a2acbe07bb 100644 (file)
@@ -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:
 //