From: sandeep Date: Mon, 14 May 2001 04:14:43 +0000 (+0000) Subject: added another rule X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cb5fea302c0e3203be06879d411bebed8cebefb6;p=fw%2Fsdcc added another rule git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@816 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/mcs51/peeph.def b/src/mcs51/peeph.def index 704380ca..fd974261 100644 --- a/src/mcs51/peeph.def +++ b/src/mcs51/peeph.def @@ -1772,3 +1772,8 @@ replace { mov dp%1,a mov dps, #0x01 } +replace { + mov (%1 + %2 + 3),((%2 + %1) + %3) +} by { + ; Peephole 223 remove redundant move +} \ No newline at end of file