diff options
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
| -rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index 228974d..1810ded 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -1882,7 +1882,7 @@ const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops,        // outer mul and the inner addrec are guaranteed to have no overflow.        //        // No self-wrap cannot be guaranteed after changing the step size, but -      // will be infered if either NUW or NSW is true. +      // will be inferred if either NUW or NSW is true.        Flags = AddRec->getNoWrapFlags(clearFlags(Flags, SCEV::FlagNW));        const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags);  | 
