On Wed, May 15, 2019 at 6:21 AM Vladislav Ivanishin <v...@ispras.ru> wrote: > > Hi! > > This is just a clean-up. During the course of past refactorings, the > then and else branches of `if (is_unsigned)` in is_value_included_in() > became semantically equivalent and almost textually identical. This > patch removes the conditional altogether. > > Regtested and bootstrapped with `BOOT_CFLAGS="-O > -Wno-error=maybe-uninitialized -Wuninitialized"` on x86_64-pc-linux-gnu. > > OK for trunk?
OK. Richard. > > -- > Vlad