mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 10:26:07 +00:00
Fix copy-pasto.
llvm-svn: 78426
This commit is contained in:
parent
d28a26dfab
commit
7a5c8db6b5
@ -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()) ==
|
||||
|
Loading…
x
Reference in New Issue
Block a user