summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-15 01:52:21 +0000
committerAlp Toker <alp@nuanti.com>2014-05-15 01:52:21 +0000
commitbeaca19c7cd18df3df2ffb8fdeb216f262b807b8 (patch)
tree86630b2f0272f2f4dd12988e69d9fe8d9e1b339b /llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
parentc3f36af8d0bf287450f54f51ba73a5882689f839 (diff)
downloadbcm5719-llvm-beaca19c7cd18df3df2ffb8fdeb216f262b807b8.tar.gz
bcm5719-llvm-beaca19c7cd18df3df2ffb8fdeb216f262b807b8.zip
Fix typos
llvm-svn: 208839
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAGInstrs.cpp')
-rw-r--r--llvm/lib/CodeGen/ScheduleDAGInstrs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
index 42b9d243f16..92a9a30f24c 100644
--- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
+++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
@@ -702,10 +702,10 @@ void ScheduleDAGInstrs::initSUnits() {
// If this SUnit uses a reserved or unbuffered resource, mark it as such.
//
- // Reserved resources block an instruction from issueing and stall the
+ // Reserved resources block an instruction from issuing and stall the
// entire pipeline. These are identified by BufferSize=0.
//
- // Unbuffered resources prevent execution of subsequeny instructions that
+ // Unbuffered resources prevent execution of subsequent instructions that
// require the same resources. This is used for in-order execution pipelines
// within an out-of-order core. These are identified by BufferSize=1.
if (SchedModel.hasInstrSchedModel()) {
OpenPOWER on IntegriCloud