fix usage in simplify_seteq_setne()
commitb8c268640114d614178d4875fbe0f5e6b53b036b
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 24 Feb 2017 06:54:34 +0000 (24 07:54 +0100)
committerChristopher Li <sparse@chrisli.org>
Fri, 3 Mar 2017 16:45:38 +0000 (4 00:45 +0800)
treedbf7d6bff4ae3db967594d3bb558cfdc66bdffbf
parentce83abe23b09d2d929f882dc487da8b0b5420766
fix usage in simplify_seteq_setne()

The usage was removed before the new operands were used
which can lead to undefined pseudos.

Fix this by moving the call to remove_usage() where
it should always have been: after the call to use_pseudo().

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
simplify.c