aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.h
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2016-04-24 08:45:38 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2016-04-24 08:45:38 +0000
commite4dbabfe548d2d0c3e4bd7b327e431d8c28300cc (patch)
tree135f834a8194c86c2b3a36fae801ffa8a70ce8a6 /gcc/print-rtl.h
parent5d911cafe95879bb3d1442a2fd6affbba1e9c279 (diff)
downloadgcc-e4dbabfe548d2d0c3e4bd7b327e431d8c28300cc.zip
gcc-e4dbabfe548d2d0c3e4bd7b327e431d8c28300cc.tar.gz
gcc-e4dbabfe548d2d0c3e4bd7b327e431d8c28300cc.tar.bz2
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. From-SVN: r235394
Diffstat (limited to 'gcc/print-rtl.h')
-rw-r--r--gcc/print-rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/print-rtl.h b/gcc/print-rtl.h
index 28b4626..e585a63 100644
--- a/gcc/print-rtl.h
+++ b/gcc/print-rtl.h
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
#ifdef BUFSIZ
extern void print_rtl (FILE *, const_rtx);
#endif
+extern void print_rtx_insn_vec (FILE *file, const vec<rtx_insn *> &vec);
extern void dump_value_slim (FILE *, const_rtx, int);
extern void dump_insn_slim (FILE *, const rtx_insn *);