diff options
author | Alp Toker <alp@nuanti.com> | 2013-12-05 05:44:44 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-12-05 05:44:44 +0000 |
commit | f907b891da1641034f0603b0c6bc00b7aa4d1f4a (patch) | |
tree | 5244d8cc797bc53b3b0044368fb9cbcb6700fed8 /llvm/lib/Analysis/ScalarEvolutionExpander.cpp | |
parent | 01d19d0299495e1dbe95ac2bed79e5c0af66391c (diff) | |
download | llvm-f907b891da1641034f0603b0c6bc00b7aa4d1f4a.zip llvm-f907b891da1641034f0603b0c6bc00b7aa4d1f4a.tar.gz llvm-f907b891da1641034f0603b0c6bc00b7aa4d1f4a.tar.bz2 |
Correct word hyphenations
This patch tries to avoid unrelated changes other than fixing a few
hyphen-related ambiguities and contractions in nearby lines.
llvm-svn: 196471
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolutionExpander.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolutionExpander.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp index 86a557b..ca7c73f 100644 --- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp +++ b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp @@ -1528,7 +1528,7 @@ Value *SCEVExpander::expand(const SCEV *S) { // // This is independent of PostIncLoops. The mapped value simply materializes // the expression at this insertion point. If the mapped value happened to be - // a postinc expansion, it could be reused by a non postinc user, but only if + // a postinc expansion, it could be reused by a non-postinc user, but only if // its insertion point was already at the head of the loop. InsertedExpressions[std::make_pair(S, InsertPt)] = V; return V; |