From f90aa46c0f97bb69a4d6004f74f6fbcb7818431d Mon Sep 17 00:00:00 2001 From: Kugan Vivekanandarajah Date: Sat, 20 Aug 2016 05:43:01 +0000 Subject: Makefile.in: Add tree-vrp.h to GTFILES. gcc/ChangeLog: 2016-08-20 Kugan Vivekanandarajah * Makefile.in: Add tree-vrp.h to GTFILES. * gengtype.c (open_base_files): Add tree-vrp.h. * asan.c: Add tree-vrp.h which now has the definition value_range_type. * builtins.c: Likewise. * fold-const.c: Likewise. * gimple-builder.c: Likewise. * gimple-laddress.c: Likewise. * hsa-gen.c: Likewise. * internal-fn.c: Likewise. * ssa.h: Likewise. * targhooks.c: Liewise, * tree-ssa-address.c: Likewise. * tree-ssanames.h (value_range_type: Move to tree-vrp.h. * tree-vrp.c (struct value_range): Move to tree-vrp.h * tree-vrp.h: New file. From-SVN: r239638 --- gcc/builtins.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/builtins.c') diff --git a/gcc/builtins.c b/gcc/builtins.c index 03a0dc8..abc934b 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "predict.h" #include "tm_p.h" #include "stringpool.h" +#include "tree-vrp.h" #include "tree-ssanames.h" #include "expmed.h" #include "optabs.h" -- cgit v1.1