From b099691dfbdee25ec5559235e5c38d8331168de5 Mon Sep 17 00:00:00 2001 From: slade_rich Date: Tue, 26 Oct 2004 00:41:33 +0000 Subject: [PATCH] PIC ports - fixed inefficient code produced when compiling a complimented bit operation. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3561 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f15d4ed3..52e32eb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-26 Slade Rich + + * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation. + * src/pic16/ralloc.c : applied same fix for pic16. + * src/pic/gen.c : tidied it up a little. + 2004-10-25 Frieder Ferlemann * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret, -- 2.47.2