aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-laddress.c
diff options
context:
space:
mode:
authorKugan Vivekanandarajah <kuganv@linaro.org>2016-08-20 05:43:01 +0000
committerKugan Vivekanandarajah <kugan@gcc.gnu.org>2016-08-20 05:43:01 +0000
commitf90aa46c0f97bb69a4d6004f74f6fbcb7818431d (patch)
treeffa4f0660d39dd743fde68d482a8ea68cda36054 /gcc/gimple-laddress.c
parent22d12455eaf2e4c64ef8c778358087d999d2ccd8 (diff)
downloadgcc-f90aa46c0f97bb69a4d6004f74f6fbcb7818431d.zip
gcc-f90aa46c0f97bb69a4d6004f74f6fbcb7818431d.tar.gz
gcc-f90aa46c0f97bb69a4d6004f74f6fbcb7818431d.tar.bz2
Makefile.in: Add tree-vrp.h to GTFILES.
gcc/ChangeLog: 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org> * 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
Diffstat (limited to 'gcc/gimple-laddress.c')
-rw-r--r--gcc/gimple-laddress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-laddress.c b/gcc/gimple-laddress.c
index 4cc57cf..1a3c8e1 100644
--- a/gcc/gimple-laddress.c
+++ b/gcc/gimple-laddress.c
@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
#include "symtab.h"
#include "tree.h"
#include "stringpool.h"
+#include "tree-vrp.h"
#include "tree-ssanames.h"
#include "fold-const.h"
#include "gimple-expr.h"