diff options
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolutionNormalization.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolutionNormalization.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp b/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp index 6a1a1feaf11..949281e14d7 100644 --- a/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp +++ b/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp @@ -83,11 +83,6 @@ static const SCEV *transformImpl(const TransformKind Kind, NormalizePredTy Pred, transformSubExpr(Kind, Pred, SE, Cache, AR->getStepRecurrence(SE)); Result = SE.getMinusSCEV(Result, TransformedStep); } -#if 0 - // See the comment on the assert above. - assert(S == transformSubExpr(Result, User, OperandValToReplace) && - "SCEV normalization is not invertible!"); -#endif break; case Denormalize: // Here we want to normalize step expressions for the same reasons, as |