From: Aldy Hernandez Date: Wed, 10 Nov 2021 07:03:34 +0000 (+0100) Subject: Remove unused gimple-ssa-evr-analyze.h header file. X-Git-Tag: basepoints/gcc-13~3231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9299f69027e8e00f5a9debe765a3280ebcba5cd1;p=thirdparty%2Fgcc.git Remove unused gimple-ssa-evr-analyze.h header file. gcc/ChangeLog: * tree-ssa-threadedge.c: Do not include gimple-ssa-evrp-analyze.h. * value-pointer-equiv.cc: Same. --- diff --git a/gcc/tree-ssa-threadedge.c b/gcc/tree-ssa-threadedge.c index f693db170648..891c62aaf853 100644 --- a/gcc/tree-ssa-threadedge.c +++ b/gcc/tree-ssa-threadedge.c @@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "cfganal.h" #include "alloc-pool.h" #include "vr-values.h" -#include "gimple-ssa-evrp-analyze.h" #include "gimple-range.h" #include "gimple-range-path.h" diff --git a/gcc/value-pointer-equiv.cc b/gcc/value-pointer-equiv.cc index f07d5d5c7ce7..5eb9558598d6 100644 --- a/gcc/value-pointer-equiv.cc +++ b/gcc/value-pointer-equiv.cc @@ -41,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "domwalk.h" #include "tree-cfgcleanup.h" #include "vr-values.h" -#include "gimple-ssa-evrp-analyze.h" #include "gimple-range.h" #include "fold-const.h" #include "value-pointer-equiv.h"