Actions
Bug #8991
closedCfgSwitchSequenceBackend: do not collapse "if" statements with incompatible conditions
Start date:
06/25/2018
Due date:
% Done:
100%
Estimated time:
Detected in build:
master
Platform:
Published in build:
1.1.1-beta-190722
Description
The backend should not be applied to nested\sequential "if" statements, which conditions are incompatible. Two conditions c1 and c2 are compatible if expression (NOT(c1) AND (c2)) is satisifiable.
Actions