flow: export is_last_stmt() function
commit9da489e1fed65f8d08453ca36ec62310c2b4530e
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 16 Dec 2020 18:57:20 +0000 (16 21:57 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 17 Dec 2020 14:55:03 +0000 (17 17:55 +0300)
treeb6d944e2d5aee5e680f148e6959e8630035ade18
parentc18b0df20720e0dfb8ff304d119e872fb0b8e320
flow: export is_last_stmt() function

This is used check_unreachable.c so we can export this and delete the
duplicate code.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_unreachable.c
smatch.h
smatch_flow.c