[gcmole] Fix {MutableBigInt::BitwiseAnd} evaluation order warning.
This is a false positive of a potential evaluation order problem flagged by the newest version of gcmole. While this is strictly speaking safe, it is not statically known that the default argument of the fourth parameter to {AbsoluteAndNot} is a nullptr and hence not a stale raw reference. Since this is the only false positive of this kind in the code base, I would vote to just avoid it by sequencing the operations. R=jkummerow@chromium.org BUG=v8:8813 Change-Id: I4a8f2ed4eb09766ce98e4e3d32f680a3a84eedf7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1523548Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#60259}
Showing
Please
register
or
sign in
to comment