Fixed left shift. Will promote the left side of a left shift
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 16 Mar 2002 16:45:20 +0000 (16:45 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 16 Mar 2002 16:45:20 +0000 (16:45 +0000)
commit250dfe81f52846db93e853a8512797b9e7166bb3
treef31e092935cf4c40d4f46f4cc3c8fa9d3e692980
parent678ef42363efae82a21391e2868873dd6932dc86
Fixed left shift. Will promote the left side of a left shift
if a) left shifting more than size of operand or b) when assigned
to something size > size of left side

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1997 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/SDCCast.c