[llvm] r314316 - [Misched] : Fix typo in comment. NFC.

Javed Absar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 09:39:17 PDT 2017


Author: javed.absar
Date: Wed Sep 27 09:39:17 2017
New Revision: 314316

URL: http://llvm.org/viewvc/llvm-project?rev=314316&view=rev
Log:
[Misched] : Fix typo in comment. NFC.


Modified:
    llvm/trunk/include/llvm/CodeGen/MachineScheduler.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineScheduler.h?rev=314316&r1=314315&r2=314316&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineScheduler.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineScheduler.h Wed Sep 27 09:39:17 2017
@@ -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:
 //




More information about the llvm-commits mailing list