comparison: use smatch_extra data in get_comparison()
commit9ea7b4e18d7085fcd46049b6de4cd89f9a518092
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 Jun 2018 13:48:31 +0000 (6 16:48 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 Jun 2018 13:48:31 +0000 (6 16:48 +0300)
tree066b1bb5019713976d5a0099eea620837c2504d3
parent34f0201a2db80126b1f2bd85110e9a89666fe01c
comparison: use smatch_extra data in get_comparison()

I don't know if this makes a huge difference to anything...  I just did it
for debugging purposes.  We already use smatch_extra data when we have an
unmatched comparison state and that's really where the information is super
important.

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