Forbid assignment propagation
v5 = v3 + 7 - v4[11];
if ( (v3 + 7 - v4[11]) != 0 )
... v5 = v3 + 7 - v4[11];
if ( v5 )
...Last updated
Was this helpful?
v5 = v3 + 7 - v4[11];
if ( (v3 + 7 - v4[11]) != 0 )
... v5 = v3 + 7 - v4[11];
if ( v5 )
...Last updated
Was this helpful?
Was this helpful?