Remove unused gimple-ssa-evr-analyze.h header file.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 10 Nov 2021 07:03:34 +0000 (08:03 +0100)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 10 Nov 2021 07:04:08 +0000 (08:04 +0100)
gcc/ChangeLog:

* tree-ssa-threadedge.c: Do not include
gimple-ssa-evrp-analyze.h.
* value-pointer-equiv.cc: Same.

gcc/tree-ssa-threadedge.c
gcc/value-pointer-equiv.cc

index f693db1..891c62a 100644 (file)
@@ -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"
 
index f07d5d5..5eb9558 100644 (file)
@@ -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"