]> git.ipfire.org Git - thirdparty/gcc.git/commit
reg-stack.c: Update comment, include varray.h.
authorJan Hubicka <hubicka@freesoft.cz>
Mon, 12 Apr 1999 01:39:00 +0000 (03:39 +0200)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Apr 1999 01:39:00 +0000 (19:39 -0600)
commit21b2cd732182b457962d0f248662c5d894e147ca
treeb1abeb01e48cccbcff7900a7efb77f510d276733
parent6b1d78bf509804015999f36eb34ff78608aaf40d
reg-stack.c: Update comment, include varray.h.

        * reg-stack.c: Update comment, include varray.h.
        (stack_regs_mentioned_data): New global variable.
        (check_stack_regs_mentioned): New function.
        (stack_regs_mentioned): New function.
        (reg_to_stack): Initialize and free stack_regs_mentioned_data,
        use stack_regs_mentioned.
        (record_asm_reg_life): Change insn type cache for changed insn.
        (record_reg_life): Do not change the insn mode.
        (emit_pop_insn): Likewise.
        (emit_swap_insn): Likewise.
        (move_for_stack_reg): Likewise.
        (stack_reg_life_analysis): Use stack_regs_mentioned.
        (emit_swap_insn): Likewise.
        (subst_stack_regs): Likewise.
        (convert_regs): Likewise.
        * jump.c (find_cross_jump): Use stack_regs_mentioned.
        * rtl.h (stack_regs_mentioned): Declare.

From-SVN: r26360
gcc/ChangeLog
gcc/jump.c
gcc/reg-stack.c
gcc/rtl.h