summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-31 10:59:37 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-31 10:59:37 +0000
commit6bdc75551990d2d299398b655d64364f1bea989d (patch)
treec98f8051e693c1c8a45202e3d191e0df436b0d8d /llvm/lib/CodeGen
parent5ba3d85ccb355a6c1728767f955ed9ad68fa722c (diff)
downloadbcm5719-llvm-6bdc75551990d2d299398b655d64364f1bea989d.tar.gz
bcm5719-llvm-6bdc75551990d2d299398b655d64364f1bea989d.zip
Spelling mistakes in comments. NFCI.
llvm-svn: 299197
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachinePipeliner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp
index 77ba5627023..d06c38cf4ed 100644
--- a/llvm/lib/CodeGen/MachinePipeliner.cpp
+++ b/llvm/lib/CodeGen/MachinePipeliner.cpp
@@ -2509,7 +2509,7 @@ void SwingSchedulerDAG::generateExistingPhis(
MachineBasicBlock *KernelBB, SMSchedule &Schedule, ValueMapTy *VRMap,
InstrMapTy &InstrMap, unsigned LastStageNum, unsigned CurStageNum,
bool IsLast) {
- // Compute the stage number for the inital value of the Phi, which
+ // Compute the stage number for the initial value of the Phi, which
// comes from the prolog. The prolog to use depends on to which kernel/
// epilog that we're adding the Phi.
unsigned PrologStage = 0;
OpenPOWER on IntegriCloud