[SCEV] Fix wrong initialization of MaxNotTaken
I'm not sure why, but since this code was introduced back in 2019, this variable used wrong value to initialize. Somehow it just worked, but needs to be fixed. Differential Revision: https://reviews.llvm.org/D138549 Reviewed By: fhahn
Loading
Please sign in to comment