r235394 - in /trunk/gcc: ChangeLog print-rtl.c ...
tbsaunde@gcc.gnu.org
tbsaunde@gcc.gnu.org
Sun Apr 24 08:45:00 GMT 2016
Author: tbsaunde
Date: Sun Apr 24 08:45:38 2016
New Revision: 235394
URL: https://gcc.gnu.org/viewcvs?rev=235394&root=gcc&view=rev
Log:
make avail_stores a vec<rtx_insn *>
gcc/ChangeLog:
2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* print-rtl.c (print_rtx_insn_vec): New function.
* print-rtl.h: New prototype.
* store-motion.c (struct st_expr): Make avail_stores a vector.
(st_expr_entry): Adjust.
(free_st_expr_entry): Likewise.
(print_store_motion_mems): Likewise.
(find_moveable_store): Likewise.
(compute_store_table): Likewise.
(delete_store): Likewise.
(build_store_vectors): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/print-rtl.c
trunk/gcc/print-rtl.h
trunk/gcc/store-motion.c
More information about the Gcc-cvs
mailing list