mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 09:21:13 +00:00
Apparently we compile the code, not the comments. Thanks Eli!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6180992eb
commit
9115fba853
@ -1998,8 +1998,7 @@ const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
|
||||
const SCEV *NewStart = getMulExpr(A, C);
|
||||
const SCEV *BD = getMulExpr(B, D);
|
||||
const SCEV *NewStep = getAddExpr(getMulExpr(A, D),
|
||||
getMulExpr(B, C),
|
||||
getNegativeSCEV(BD));
|
||||
getMulExpr(B, C), BD);
|
||||
const SCEV *NewSecondOrderStep =
|
||||
getMulExpr(BD, getConstant(BD->getType(), 2));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user