From b0da403432622fbca987e23547af5b882c9ae87f Mon Sep 17 00:00:00 2001 From: Julia Koval Date: Thu, 30 Nov 2017 13:17:16 +0100 Subject: [PATCH] Remove inv_list. gcc/c-family/ * c-common.h (inv_list): Remove. From-SVN: r255270 --- gcc/c-family/ChangeLog | 4 ++++ gcc/c-family/c-common.h | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index abbcb90bc9b..e26b31f6179 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2017-11-30 Julia Koval + + * c-common.h (inv_list): Remove. + 2017-11-28 Jakub Jelinek PR sanitizer/81275 diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h index 7561531f98f..27b1de91b1c 100644 --- a/gcc/c-family/c-common.h +++ b/gcc/c-family/c-common.h @@ -1358,17 +1358,6 @@ enum stv_conv { extern enum stv_conv scalar_to_vector (location_t loc, enum tree_code code, tree op0, tree op1, bool); -/* This structure holds all the scalar values and its appropriate variable - replacment. It is mainly used by the function that pulls all the invariant - parts that should be executed only once, which comes with array notation - expressions. */ -struct inv_list -{ - vec *list_values; - vec *replacement; - vec *additional_tcodes; -}; - extern tree find_inv_trees (tree *, int *, void *); extern tree replace_inv_trees (tree *, int *, void *); -- 2.30.2