sval, type: make some functions inline
commitd23745cfdfda1fbf27865b94966bcf5f5e6913c9
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Apr 2016 10:23:50 +0000 (22 13:23 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Apr 2016 10:23:50 +0000 (22 13:23 +0300)
tree92f1afa3e9e65ae4e2511c0151cbf5ea22b594b6
parentac1265fcd49410e9fd3f2d324603de6f9cdbe4aa
sval, type: make some functions inline

The type_unsigned() and sval_cmp() functions show up a lot on perf reports
so let's make them inline.  It does speed things up maybe 5%.

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