* src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 1 Sep 2003 02:21:06 +0000 (02:21 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 1 Sep 2003 02:21:06 +0000 (02:21 +0000)
commit10cd3fdad4b5b2b6bec63afc7f059f4cdfcbcaf6
tree175bdd094a250078061dc888576fec095e660f4e
parente4d99b8b3287d6dbf3e511d761701b6dfd95fc36
* src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
and JUMPTABLE iCodes properly now (worked by accident before)
* src/mcs51/gen.c (leftRightUseAcc),
* src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
iCode properly now. Use getSize instead of nRegs since a & b
aren't part of the nRegs tally.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2866 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCpeeph.c
src/ds390/gen.c
src/mcs51/gen.c