From 30f502eddecac8ecfbec4b86f3a80f1859076b6d Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 3 Jul 2018 09:39:59 +0000 Subject: tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt. 2018-07-03 Richard Biener * tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt. Dump vectype in vectype overload. * dumpfile.h (dump_gimple_expr): New function. (dump_gimple_expr_loc): Likewise. * dumpfile.c (dump_gimple_expr): New function. (dump_gimple_expr_loc): Likewise. From-SVN: r262330 --- gcc/dumpfile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/dumpfile.h') diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h index 0e588a6..a417241 100644 --- a/gcc/dumpfile.h +++ b/gcc/dumpfile.h @@ -431,6 +431,9 @@ extern void dump_generic_expr (dump_flags_t, dump_flags_t, tree); extern void dump_gimple_stmt_loc (dump_flags_t, const dump_location_t &, dump_flags_t, gimple *, int); extern void dump_gimple_stmt (dump_flags_t, dump_flags_t, gimple *, int); +extern void dump_gimple_expr_loc (dump_flags_t, const dump_location_t &, + dump_flags_t, gimple *, int); +extern void dump_gimple_expr (dump_flags_t, dump_flags_t, gimple *, int); extern void print_combine_total_stats (void); extern bool enable_rtl_dump_file (void); -- cgit v1.1