Fixed BUG #519583. If a conditional block ended in a return/break
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 20 Feb 2002 08:32:37 +0000 (08:32 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 20 Feb 2002 08:32:37 +0000 (08:32 +0000)
commitfe0925ff0b8df9ab135dd41c36e88e955999168b
tree0562b11bd9bb2a658a51de23ecdde1aa332677d3
parenta0f2c263e7b6d3a94722d66ffe52586a42fb6ec8
Fixed BUG #519583. If a conditional block ended in a return/break
statement inside a loop, it was not being considered part of the loop.

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