From 6472945db3885a749fb17073a3dee25c9839b21a Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Thu, 18 Jun 2020 14:14:04 +0200 Subject: Minor cleanups to minimize differences with upstream. --- gcc/gimple-pretty-print.c | 1 + gcc/tree-vrp.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/gimple-pretty-print.c b/gcc/gimple-pretty-print.c index fd02820..c5b2649 100644 --- a/gcc/gimple-pretty-print.c +++ b/gcc/gimple-pretty-print.c @@ -190,6 +190,7 @@ print_gimple_expr (FILE *file, gimple *g, int spc, dump_flags_t flags) pp_flush (&buffer); } + /* Print the GIMPLE sequence SEQ on BUFFER using SPC indentation spaces and FLAGS as in pp_gimple_stmt_1. The caller is responsible for calling pp_flush on BUFFER to finalize diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 5e48709..9b281c6 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -1796,7 +1796,6 @@ register_edge_assert_for_2 (tree name, edge e, { enum tree_code new_code = ((comp_code == GT_EXPR || comp_code == GE_EXPR) ? GT_EXPR : LE_EXPR); - add_assert_info (asserts, name, name, new_code, x); } add_assert_info (asserts, name, name, comp_code, val); -- cgit v1.1