summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2015-08-18 22:41:58 +0000
committerNick Lewycky <nicholas@mxc.ca>2015-08-18 22:41:58 +0000
commit06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a (patch)
tree01d631f2e1eb700b8e4358e9c80fbfef4dd08ae0 /llvm/lib/CodeGen
parent7e70d6803d08725ec8b6d59240c35c811e5c2bb0 (diff)
downloadbcm5719-llvm-06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a.tar.gz
bcm5719-llvm-06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a.zip
Fix three typos in comments; "easilly" -> "easily".
llvm-svn: 245379
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index f4823681cf2..9d7dc46ca9a 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -998,7 +998,7 @@ void ScheduleDAGMILive::updatePressureDiffs(ArrayRef<unsigned> LiveUses) {
/// only includes instructions that have DAG nodes, not scheduling boundaries.
///
/// This is a skeletal driver, with all the functionality pushed into helpers,
-/// so that it can be easilly extended by experimental schedulers. Generally,
+/// so that it can be easily extended by experimental schedulers. Generally,
/// implementing MachineSchedStrategy should be sufficient to implement a new
/// scheduling algorithm. However, if a scheduler further subclasses
/// ScheduleDAGMILive then it will want to override this virtual method in order
OpenPOWER on IntegriCloud