This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171250
When ExactBECount is a constant, use it for MaxBECount. When MaxBECount cannot be computed, replace it with ExactBECount. Fixes PR9424. llvm-svn: 127342