diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-10-31 11:25:32 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-10-31 11:25:32 +0000 |
commit | c914ab6e3c281827eb1623ab24e125ce5a5209a9 (patch) | |
tree | f6aaa9fccadb23a417bc4fe86e7949da08cb5499 /llvm/lib/Analysis/DependenceAnalysis.cpp | |
parent | 8682ac1a778c423b7d09b6f0a5837fd6cd1c9d17 (diff) | |
download | bcm5719-llvm-c914ab6e3c281827eb1623ab24e125ce5a5209a9.tar.gz bcm5719-llvm-c914ab6e3c281827eb1623ab24e125ce5a5209a9.zip |
Fix a couple of comment typos.
llvm-svn: 167113
Diffstat (limited to 'llvm/lib/Analysis/DependenceAnalysis.cpp')
-rw-r--r-- | llvm/lib/Analysis/DependenceAnalysis.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/DependenceAnalysis.cpp b/llvm/lib/Analysis/DependenceAnalysis.cpp index c1321b63f28..95ac5ea233b 100644 --- a/llvm/lib/Analysis/DependenceAnalysis.cpp +++ b/llvm/lib/Analysis/DependenceAnalysis.cpp @@ -1773,7 +1773,7 @@ bool DependenceAnalysis::weakZeroDstSIVtest(const SCEV *SrcCoeff, // where i and j are induction variable, c1 and c2 are loop invariant, // and a and b are constants. // Returns true if any possible dependence is disproved. -// Marks the result as inconsistant. +// Marks the result as inconsistent. // Works in some cases that symbolicRDIVtest doesn't, and vice versa. bool DependenceAnalysis::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, @@ -2202,7 +2202,7 @@ const SCEVConstant *getConstantPart(const SCEVMulExpr *Product) { // gcdMIVtest - // Tests an MIV subscript pair for dependence. // Returns true if any possible dependence is disproved. -// Marks the result as inconsistant. +// Marks the result as inconsistent. // Can sometimes disprove the equal direction for 1 or more loops, // as discussed in Michael Wolfe's book, // High Performance Compilers for Parallel Computing, page 235. |