From 28680d33eeafba7bf0e935200e20360c7dc27bde Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 18 Dec 2009 23:18:03 +0000 Subject: [PATCH] Make this comment more precise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91722 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ScalarEvolution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index ec901b77ccc..e1842eb4871 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -1639,7 +1639,7 @@ const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl &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());