*** empty log message ***
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 21 Feb 2002 18:39:30 +0000 (18:39 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 21 Feb 2002 18:39:30 +0000 (18:39 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1946 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 30689c39be123274c89d442947afb32ae59e2726..32a152b5183928273dcd228b45c12a503a2bae86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-21  Sandeep Dutta  <sandeep@ddi.com>
+
+       * sdcc/src/SDCCloop.c:
+       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
+
 2002-02-21    <johan@FRIJA>
 
        * src/SDCCcse.c: fixed bug #514308