Check that POST_INC/DEC has use in DFA optimization We'd have usually converted it into a PRE_INC if there is no use, but that's not guaranteed. If there is no use at this point, make
Check that POST_INC/DEC has use in DFA optimization We'd have usually converted it into a PRE_INC if there is no use, but that's not guaranteed. If there is no use at this point, make sure we don't try to use the sentinel value.
show more ...
|