This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r112775 - in /branches/dataflow-branch/gcc: Cha...


Author: zadeck
Date: Sat Apr  8 01:01:50 2006
New Revision: 112775

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112775
Log:
2006-04-07  Kenneth Zadeck <zadeck@naturalbridge.com>
    * recog.c (split_all_insns): Removed parameter and code to
    update dataflow.
    * sched-rgn.c (rest_of_handle_sched2): Removed parm to
    split_all_insns.
    * flow.c (rest_of_handle_flow2): Ditto.
    (rest_of_handle_split_all_insns): Added call to update old
    dataflow after this pass.
    (rest_of_handle_split_after_reload,
    rest_of_handle_split_before_regstack): New function.
    (pass_split_after_reload): New structure.
    * rtl.h (split_all_insns): Removed param.
    * bb-reorder.c (rest_of_handle_reorder_blocks): Removed
    references to flow.
    * reg-stack.c (subst_stack_regs_pat): Removed unnecessary
    assertion.



Modified:
    branches/dataflow-branch/gcc/ChangeLog.dataflow
    branches/dataflow-branch/gcc/bb-reorder.c
    branches/dataflow-branch/gcc/flow.c
    branches/dataflow-branch/gcc/recog.c
    branches/dataflow-branch/gcc/reg-stack.c
    branches/dataflow-branch/gcc/rtl.h
    branches/dataflow-branch/gcc/sched-rgn.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]