implied: use add_range()
commit023f4bfe41de18fcbc12b06f2958e6eec6595078
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 Feb 2012 13:22:12 +0000 (21 16:22 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 Feb 2012 13:22:12 +0000 (21 16:22 +0300)
tree139f23a6223a938c54945e27e8928a14183287cd
parent3bd3fc2c29dbff22113509dcafa18194cea4fdb3
implied: use add_range()

This changes how the code works slightly because the original code always
added the new range to the end, instead of possibly adding it to the
middle.

Also I cleaned up the code a little by pulling it in one indent level.

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