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 | e803d05bd87d1181c971fb719fef5638dd44ce99 (patch) | |
tree | ddb9268b289dc55017fe5698c523fa7e07b85105 /lib/Analysis/DependenceAnalysis.cpp | |
parent | 4ad3d981b91ac1293b8f2be29e6452d5206107b8 (diff) | |
download | external_llvm-e803d05bd87d1181c971fb719fef5638dd44ce99.zip external_llvm-e803d05bd87d1181c971fb719fef5638dd44ce99.tar.gz external_llvm-e803d05bd87d1181c971fb719fef5638dd44ce99.tar.bz2 |
Fix a couple of comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DependenceAnalysis.cpp')
-rw-r--r-- | lib/Analysis/DependenceAnalysis.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Analysis/DependenceAnalysis.cpp b/lib/Analysis/DependenceAnalysis.cpp index c1321b6..95ac5ea 100644 --- a/lib/Analysis/DependenceAnalysis.cpp +++ b/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. |