Previous fix was not good. basic blocks that have "break" or "return" are
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 21 Feb 2002 18:35:13 +0000 (18:35 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 21 Feb 2002 18:35:13 +0000 (18:35 +0000)
commitd803875b3b333ba0a54097422dfb7b0ce0acda13
tree233be1499d635fab992fda22d15e0afaed552689
parent2698f96a224cf29bf9c939556b77cf85b22d9c13
Previous fix was not good. basic blocks that have "break" or "return" are
not really partof a loop , but live ranges used in these blocks should
be live thru the entire loop, so set partOfLoop but don't add them to
loop region

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