Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since that...
Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since that might give wrong answers on a 1's complement machine. llvm-svn: 243674
Loading
Please sign in to comment