struct_assignment: split handle_non_struct_assigments() into separate function
commit369114c4b0c9a25f25934f6d458734386278693f
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 4 Dec 2017 12:31:41 +0000 (4 15:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 4 Dec 2017 12:35:07 +0000 (4 15:35 +0300)
tree8a26ce1fd5ec1f2234e36785e1195f48eaf58550
parentfea3478c9ac16ff7d8f54eeeaca6a1249aabe323
struct_assignment: split handle_non_struct_assigments() into separate function

This has no run time implications, it's just moves the code to a
separate function.

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