ssa: fix a crash
commitc3b2b11944d8668f8e5f6bf8374a78c762767dab
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 14 May 2021 04:33:31 +0000 (14 07:33 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 14 May 2021 04:33:31 +0000 (14 07:33 +0300)
tree620c7c5c4e12b7e9737d7c966f0f13792ccf305b
parent3c7280bce99f0803890fb58f574e441c52d176b1
ssa: fix a crash

This code assumes that set_state() will work but there are some times when
we can't set states like in unreachable code.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_ssa.c