From 267855cded02046b2d46ec30b8bd7edb30e19f50 Mon Sep 17 00:00:00 2001 From: epetrich Date: Tue, 4 Nov 2003 14:19:03 +0000 Subject: [PATCH] * src/SDCCcse.c (ifxOptimize), * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead deleting the IFX iCode. * src/hc08/ralloc.c: reduced unneeded slocs * src/hc08/gen.c: fixed bug in asmopToBoolean git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2992 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64a345eb..0be62c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-11-04 Erik Petrich + + * src/SDCCcse.c (ifxOptimize), + * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to + an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead + deleting the IFX iCode. + * src/hc08/ralloc.c: reduced unneeded slocs + * src/hc08/gen.c: fixed bug in asmopToBoolean + 2003-11-04 Borut Razem * configure, configure.in, sdcc_vc_in.h, sdcconf.h, -- 2.47.2