Commit e1b86c9e by Zack Weinberg

caller-save.c: Don't include insn-codes.h.

        * caller-save.c: Don't include insn-codes.h.
        (reg_save_code, reg_restore_code): Make arrays of int.
        All uses updated to match.
        (insert_save, insert_restore): No need to initialize "code"
        variable upon declaration.
        * Makefile.in: update dependencies; fix typo in clean rule.

From-SVN: r45098
parent e5c94e7b
2001-08-21 Zack Weinberg <zackw@panix.com>
* caller-save.c: Don't include insn-codes.h.
(reg_save_code, reg_restore_code): Make arrays of int.
All uses updated to match.
(insert_save, insert_restore): No need to initialize "code"
variable upon declaration.
* Makefile.in: update dependencies; fix typo in clean rule.
2001-08-21 Richard Henderson <rth@redhat.com>
* ifcvt.c (find_if_block): Allow join_bb as EXIT.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment