Branch: Tag:

2022-07-02

2022-07-02 08:57:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Optimizer]: Set OPT_ASSIGNMENT on F_CLEAR_LOCAL nodes.

Fixes the optimizer removing clearing of locals at end of block.

Fixes testsuite failure.

1040:    }    break;    +  case F_CLEAR_LOCAL:    case F_INC:    case F_DEC:    case F_POST_INC: