fix missing itype in SEL(x, 0/1, 1/0) --> (x ==/!= 0)
commit9980026aa50cd1b0971d217575a77e92834b3fc1
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Mon, 26 Jul 2021 22:23:32 +0000 (27 00:23 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Mon, 26 Jul 2021 22:23:32 +0000 (27 00:23 +0200)
tree23703ff0b44b66868846f3d8a0f68481469e0e8e
parent8af2432923486c753ab52cae70b94ee684121080
fix missing itype in SEL(x, 0/1, 1/0) --> (x ==/!= 0)

Since commit 226b62bc2ee4 ("eval_insn: give an explicit type to compare's operands")
it's needed to set the operands' type of every compare instructions but
it was missing in this case where a select is transformed into a compare.

So, add the missing type.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
simplify.c