diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-08 01:11:00 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-22 09:25:34 +0200 |
| commit | 6faa3df7a00349041436b6b17a3891425f0b8928 (patch) | |
| tree | 2817dcb90eeccc925e8b638d0da44c6602f083db /validation/optim | |
| parent | bea53a10f6db02d7253fa9f05390bc4caad14628 (diff) | |
| download | sparse-dev-6faa3df7a00349041436b6b17a3891425f0b8928.tar.gz | |
switch return order in simplify_mask_or_and()
This function used an early return when the test guarding
the simplification failed but this make impossible to add
other ones simplifications.
In preparation for incoming additional simplifications,
negate the test and switch the returns so that the early return
is now a catch-all return when no simplifications can apply.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
0 files changed, 0 insertions, 0 deletions
