diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:14:57 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:14:57 +0000 |
| commit | 7a6b6d56566319d813b158b753da00ce7c223580 (patch) | |
| tree | beb64d498f936d121c3796f73775bb2db6060629 /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | |
| parent | fbd2221de52a2f0c3bc7cc16f45233edebd5ead0 (diff) | |
| download | bcm5719-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.cpp | 2 |
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); |

