Fix copy-pasto.

llvm-svn: 78426
This commit is contained in:
Andreas Bolka 2009-08-07 22:55:26 +00:00
parent d28a26dfab
commit 7a5c8db6b5
1 changed files with 2 additions and 2 deletions

View 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()) ==