aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/IVDescriptors.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2019-02-05 08:30:48 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2019-02-05 08:30:48 +0000
commit02a2bb2f54659e7830946bd20ee121ce7d80ff65 (patch)
tree8a5e425f5eaeb24395609d5934f142f58fa9c67d /llvm/lib/Analysis/IVDescriptors.cpp
parentccd4e5e01684f7f05ea329a475a0b7a62b311039 (diff)
downloadllvm-02a2bb2f54659e7830946bd20ee121ce7d80ff65.zip
llvm-02a2bb2f54659e7830946bd20ee121ce7d80ff65.tar.gz
llvm-02a2bb2f54659e7830946bd20ee121ce7d80ff65.tar.bz2
[NFC] fix trivial typos in comments
llvm-svn: 353147
Diffstat (limited to 'llvm/lib/Analysis/IVDescriptors.cpp')
-rw-r--r--llvm/lib/Analysis/IVDescriptors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IVDescriptors.cpp b/llvm/lib/Analysis/IVDescriptors.cpp
index 23d1c5b..0c1e57f 100644
--- a/llvm/lib/Analysis/IVDescriptors.cpp
+++ b/llvm/lib/Analysis/IVDescriptors.cpp
@@ -1009,7 +1009,7 @@ bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop,
// If we started from an UnknownSCEV, and managed to build an addRecurrence
// only after enabling Assume with PSCEV, this means we may have encountered
// cast instructions that required adding a runtime check in order to
- // guarantee the correctness of the AddRecurence respresentation of the
+ // guarantee the correctness of the AddRecurrence respresentation of the
// induction.
if (PhiScev != AR && SymbolicPhi) {
SmallVector<Instruction *, 2> Casts;