Fix copy-pasto.
authorAndreas Bolka <a@bolka.at>
Fri, 7 Aug 2009 22:55:26 +0000 (22:55 +0000)
committerAndreas Bolka <a@bolka.at>
Fri, 7 Aug 2009 22:55:26 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78426 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

index 03f3cd66ae2f0a43e2d0dc6c2ab8f2c0598a5427..72cb9b212fa63ad8653355dd695a7cf5ead66352 100644 (file)
@@ -1612,8 +1612,8 @@ const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops) {
   return S;
 }
 
-/// getUDivExpr - Get a canonical multiply expression, or something simpler if
-/// possible.
+/// getUDivExpr - Get a canonical unsigned division expression, or something
+/// simpler if possible.
 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS,
                                          const SCEV *RHS) {
   assert(getEffectiveSCEVType(LHS->getType()) ==