remove unused arg in uses/defs functions
commit62504d579978da2f567992548df6d27dc27a3237
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 8 Dec 2016 03:46:18 +0000 (8 04:46 +0100)
committerChristopher Li <sparse@chrisli.org>
Mon, 13 Feb 2017 01:34:45 +0000 (13 09:34 +0800)
tree83ae082e3098c8163d82b14ae633bd39ba7b7d6e
parent7e9d18754cf8ebc6bc24f4d744720282d62531ad
remove unused arg in uses/defs functions

In the liveness analysis, the use/def methods have a
'struct instruction *' argument.
This arg is never used and it's not clear for what it
could be used, what it would represent.

This patch remove this argument from all the concerned
functions.

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