]> git.ipfire.org Git - thirdparty/gcc.git/commit
df.h (struct df): Add rts_order variable.
authorDaniel Berlin <dan@cgsoftware.com>
Tue, 28 Aug 2001 23:43:23 +0000 (23:43 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Tue, 28 Aug 2001 23:43:23 +0000 (23:43 +0000)
commitd59c53465154c8217f8d5f1fc3e53e78a170ee9a
tree09a663683554d8dfc61afec1cf2ad7d6ea9e5cbf
parente0c39f1bd5bba4eede3377639e00a5cce968291e
df.h (struct df): Add rts_order variable.

2001-08-28  Daniel Berlin  <dan@cgsoftware.com>

* df.h (struct df): Add rts_order variable.

* df.c (df_visit_next_rts): New function.
(df_visit_next): Renamed to df_visit_next_rc
(df_analyse_1): Allocate/compute/free rts_order as well.
(df_rd_global_compute): Use df_visit_next_rc instead of
df_visit_next.
(df_ru_global_compute): Use df_visit_next_rts instead of
df_visit_next.

* flow.c (flow_reverse_top_sort_order_compute): New function.

* basic-block.h: Add prototype.

From-SVN: r45246
gcc/ChangeLog
gcc/basic-block.h
gcc/df.c
gcc/df.h
gcc/flow.c