Description[turbofan] Also remove minus zero check for rhs of CheckedInt32Add.
Similar to http://crrev.com/2410883003 we don't need to do a minus zero
check for the right hand side of CheckedInt32Add, because we already
know that the left hand side cannot be minus zero, and the only way that
addition can yield -0 is (-0) + (-0).
R=jarin@chromium.org
Committed: https://crrev.com/8b94aee525b4770d69875bc4f03742d46d551a29
Cr-Commit-Position: refs/heads/master@{#40421}
Patch Set 1 #Patch Set 2 : Update comment. #Messages
Total messages: 12 (8 generated)
|