summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:14:57 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:14:57 +0000
commit7a6b6d56566319d813b158b753da00ce7c223580 (patch)
treebeb64d498f936d121c3796f73775bb2db6060629 /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
parentfbd2221de52a2f0c3bc7cc16f45233edebd5ead0 (diff)
downloadbcm5719-llvm-7a6b6d56566319d813b158b753da00ce7c223580.tar.gz
bcm5719-llvm-7a6b6d56566319d813b158b753da00ce7c223580.zip
Fix spelling mistakes in SelectionDAG comments. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287487
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index cf5803b3587..7bc0c9d0183 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -570,7 +570,7 @@ bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
Ops.push_back(MachineOperand::CreateImm(0));
} else if (auto *AI = dyn_cast<AllocaInst>(Val)) {
- // Values coming from a stack location also require a sepcial encoding,
+ // Values coming from a stack location also require a special encoding,
// but that is added later on by the target specific frame index
// elimination implementation.
auto SI = FuncInfo.StaticAllocaMap.find(AI);
OpenPOWER on IntegriCloud