* support/regression/tests/bug-485362.c: Added.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 25 Nov 2001 19:06:14 +0000 (19:06 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 25 Nov 2001 19:06:14 +0000 (19:06 +0000)
commitb2751d94f5aa42a4c50ba4d227d533be0fb0b674
tree59c5903208496d600bc17ef96764829fcbdee0b9
parent2ff5c046dd4bc68523f2fab33168946fd7c53df6
* support/regression/tests/bug-485362.c: Added.

* support/regression/tests/simplefloat.c (testDivNearOne): Added.

* src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.

* src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.

* src/z80/gen.c (aopDump): Added a dump function.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1642 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/z80/gen.c
src/z80/peeph-gbz80.def
src/z80/peeph.def
support/regression/tests/bug-485362.c [new file with mode: 0644]
support/regression/tests/simplefloat.c [new file with mode: 0644]