From a2a330936c98860f9476f33f7d390c95805c60d4 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Mon, 10 Mar 2003 23:14:55 +0000 Subject: [PATCH] src/SDCCloop.c (mergeRegions): an evil beast is dead git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2370 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ src/SDCCloop.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99c4373f..d23d0f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-11 Bernhard Held + + * src/SDCCloop.c (mergeRegions): an evil beast is dead + 2003-03-10 Borut Razem * src/SDCCmain.c: pipe preprocessor's output diff --git a/src/SDCCloop.c b/src/SDCCloop.c index 9bb74e33..21d16bac 100644 --- a/src/SDCCloop.c +++ b/src/SDCCloop.c @@ -1175,7 +1175,7 @@ DEFSETFUNC (mergeRegions) if (lp->entry == theLoop->entry) { theLoop->regBlocks = unionSets (theLoop->regBlocks, - lp->regBlocks, THROW_BOTH); + lp->regBlocks, THROW_DEST); lp->merged = 1; } } -- 2.47.2