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/utils | |
| parent | f89e0bb2c4cb8a90c708b526bb0f14a5526d854f (diff) | |
| download | bcm5719-llvm-b2cfea5e946beab4f34620a6b54834fd30a68547.tar.gz bcm5719-llvm-b2cfea5e946beab4f34620a6b54834fd30a68547.zip | |
Fix comment typos.
llvm-svn: 302432
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/TableGen/SubtargetEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |

