Skip to content

Remove redundant if-then-else on setupUpdate

Javier Sagredo requested to merge Jasagredo/ghc:js/redundant-ite into master

The boolean conditions on each of these branches are mutually exclusive, due to the fact that lfUpdatable (closureLFInfo closure_info) is the same as closureUpdReqd closure_info. This PR removes some of the paths which are unreachable already.

Edited by Javier Sagredo

Merge request reports