diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-18 23:18:03 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-18 23:18:03 +0000 |
commit | 28680d33eeafba7bf0e935200e20360c7dc27bde (patch) | |
tree | 50a81ddc0f1b6be36b2482d8afcb9eddd16f92d2 /lib/Analysis/ScalarEvolution.cpp | |
parent | 5760f35e1517a660958116f8c4aa81d941e8def8 (diff) |
Make this comment more precise.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | lib/Analysis/ScalarEvolution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index ec901b77cc..e1842eb487 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -1639,7 +1639,7 @@ const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops, } } - // It's tempting to propogate NUW/NSW flags here, but nuw/nsw multiplication + // It's tempting to propogate the NSW flag here, but nsw multiplication // is not associative so this isn't necessarily safe. const SCEV *NewRec = getAddRecExpr(NewOps, AddRec->getLoop()); |