Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 4 Nov 1998 14:30:56 +0000 (14:30 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 4 Nov 1998 14:30:56 +0000 (14:30 +0000)
commit590cf94d5160087b195c76e17ba14069610ae229
treeba5cc61e5a96278aa99043a227ee708300935b7f
parent1eb1d2a36950e7f2d40349b0b7c295c4dd5615ca
Warning fixes:

        * reload1.c (ELIMINABLE_REGS, NUM_ELIMINABLE_REGS): Introduce an
        intermediate structure which has exactly the members provided by
        ELIMINABLE_REGS.  Define NUM_ELIMINABLE_REGS in terms of the
        static intermediate structure.
        (init_elim_table): Xmalloc() `reg_eliminate', and initialize it
        from the intermediate structure.  Do the same analogous fix in
        the case where ELIMINABLE_REGS is not defined.

From-SVN: r23521
gcc/ChangeLog
gcc/reload1.c