Bug fixed: cg generated instructions like "and.l #2,a4", which are
authorbal <none@none>
Wed, 1 May 1985 12:53:33 +0000 (12:53 +0000)
committerbal <none@none>
Wed, 1 May 1985 12:53:33 +0000 (12:53 +0000)
commit0db1db10b88065ad297eb254a36600bc37d4650f
treed65c0373f6328dcaffa428335aba76c18a75a89f
parenteb025dae5c73bb195e115984563c5d80c01e48af
Bug fixed:  cg generated instructions like "and.l #2,a4", which are
not allowed on the 68000.
The condition "inreg($...) < 2" is added to every EM-pattern that
accesses local non-register variables. So the ordering of the
patterns for regvar/non-regvar is no longer important.
mach/m68k2/cg/table