]> git.ipfire.org Git - thirdparty/gcc.git/commit
h8300.c (enum shift_alg): Move to earlier in h8300.c.
authorDhananjay R. Deshpande <dhananjayd@kpit.com>
Fri, 6 Sep 2002 16:16:10 +0000 (10:16 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 6 Sep 2002 16:16:10 +0000 (10:16 -0600)
commitc4dfc70c804a239887dae59f7a0fdbc887086247
treea611f4f9b09b33d4e3f196a16ea161a47f0cb0d5
parent746b0682edef6e1f00bbca3f0c9440c50927a280
h8300.c (enum shift_alg): Move to earlier in h8300.c.

        * h8300.c (enum shift_alg): Move to earlier in h8300.c.
        (enum shift_type, enum h8_cpu): Likewise.
        (INL, ROT, LOP, SPC macros): Likewise.
        (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise.  Lose
        const designator.
        (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
        space efficient algorithms when optimize for codesize.

From-SVN: r56890
gcc/ChangeLog
gcc/config/h8300/h8300.c