diff options
| author | Geoff Berry <gberry@codeaurora.org> | 2017-05-08 15:33:08 +0000 |
|---|---|---|
| committer | Geoff Berry <gberry@codeaurora.org> | 2017-05-08 15:33:08 +0000 |
| commit | b2cfea5e946beab4f34620a6b54834fd30a68547 (patch) | |
| tree | 5dc4c3cacb2e85163fb67ea15859d6004ae03fdb /llvm | |
| parent | f89e0bb2c4cb8a90c708b526bb0f14a5526d854f (diff) | |
| download | bcm5719-llvm-b2cfea5e946beab4f34620a6b54834fd30a68547.tar.gz bcm5719-llvm-b2cfea5e946beab4f34620a6b54834fd30a68547.zip | |
Fix comment typos.
llvm-svn: 302432
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetSchedule.td | 2 | ||||
| -rw-r--r-- | llvm/utils/TableGen/SubtargetEmitter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Target/TargetSchedule.td b/llvm/include/llvm/Target/TargetSchedule.td index d342e4fe261..7b00c9420e3 100644 --- a/llvm/include/llvm/Target/TargetSchedule.td +++ b/llvm/include/llvm/Target/TargetSchedule.td @@ -334,7 +334,7 @@ class ReadAdvance<SchedRead read, int cycles, list<SchedWrite> writes = []> } // Directly associate a new SchedRead type with a delay and optional -// pipeline bypess. For use with InstRW or ItinRW. +// pipeline bypass. For use with InstRW or ItinRW. class SchedReadAdvance<int cycles, list<SchedWrite> writes = []> : SchedRead, ProcReadAdvance<cycles, writes>; diff --git a/llvm/utils/TableGen/SubtargetEmitter.cpp b/llvm/utils/TableGen/SubtargetEmitter.cpp index 30516ef5d10..1903f405d85 100644 --- a/llvm/utils/TableGen/SubtargetEmitter.cpp +++ b/llvm/utils/TableGen/SubtargetEmitter.cpp @@ -415,7 +415,7 @@ EmitStageAndOperandCycleData(raw_ostream &OS, BypassTable += " 0, // No itinerary\n"; // For each Itinerary across all processors, add a unique entry to the stages, - // operand cycles, and pipepine bypess tables. Then add the new Itinerary + // operand cycles, and pipeline bypass tables. Then add the new Itinerary // object with computed offsets to the ProcItinLists result. unsigned StageCount = 1, OperandCycleCount = 1; std::map<std::string, unsigned> ItinStageMap, ItinOperandMap; |

