No need to force to bool, when C does that automatically in the if statement. (#33045)
authorpi1024e <49824824+pi1024e@users.noreply.github.com>
Mon, 9 Mar 2020 19:28:57 +0000 (15:28 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 19:28:57 +0000 (20:28 +0100)
commit559f0fb15ec8985b10b2d687171c0344a77e8df0
treec85de6ee87e0dc33fe532e094fd57906db4111a1
parentfc2e56c8e8d60180d9ca6ddff67076d779fd4a43
No need to force to bool, when C does that automatically in the if statement. (#33045)

In C, the if statement checks if the value is 0 or not 0. !!, or forcing to 1 or 0, is unnecessary here.
src/mono/mono/mini/interp/whitebox.c