type: fix get_binop_type() for bit shift operations
commit13c9724d875d782a731c552d8c17b3dc3fe40212
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 12 Oct 2012 07:58:37 +0000 (12 10:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 12 Oct 2012 07:58:37 +0000 (12 10:58 +0300)
tree5f207d83679ef5c7776f704ba6c1a4e6c6a0c534
parent47853e735b3164fd000fa8c0159fe9e52c6721ee
type: fix get_binop_type() for bit shift operations

Bit shifts only depend on the left hand side.

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