From 6c5605e7721fbc52bf1cab0ddcd5bd45d97e7cc7 Mon Sep 17 00:00:00 2001 From: Javed Absar Date: Wed, 27 Sep 2017 16:39:17 +0000 Subject: [PATCH] [Misched] : Fix typo in comment. NFC. llvm-svn: 314316 --- llvm/include/llvm/CodeGen/MachineScheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/MachineScheduler.h b/llvm/include/llvm/CodeGen/MachineScheduler.h index 25c8f83..c983d6c 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: // -- 2.7.4