[SCEV] Cleanup SCEVInitRewriter. NFC.
authorSerguei Katkov <serguei.katkov@azul.com>
Tue, 27 Feb 2018 06:39:31 +0000 (06:39 +0000)
committerSerguei Katkov <serguei.katkov@azul.com>
Tue, 27 Feb 2018 06:39:31 +0000 (06:39 +0000)
commit1137cde9fe779e8169ba54f334869f5a7f7e5061
tree268a98560fda821f9b7941d9a410a554acac6cb3
parent96b01bcfb685a2156488712e6c634303e2c8c41b
[SCEV] Cleanup SCEVInitRewriter. NFC.

Set default value for IgnoreOtherLoops of SCEVInitRewriter::rewrite to true
to be consistent with SCEVPostIncRewriter which does not have this parameter
but behaves as it would be true.

This is follow up for rL326067.

llvm-svn: 326174
llvm/lib/Analysis/ScalarEvolution.cpp