From b2b91e8533114fa1388ff41781a9cd98efef33b0 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Mon, 5 Oct 2015 13:54:33 +0000 Subject: remove gimple_location_ptr () gcc/ChangeLog: 2015-10-05 Trevor Saunders * gimple.h (gimple_location_ptr): Remove. * tree-vrp.c (check_all_array_refs): Adjust. From-SVN: r228485 --- gcc/gimple.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gcc/gimple.h') diff --git a/gcc/gimple.h b/gcc/gimple.h index 30b1041..cfd8d2c 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -1734,15 +1734,6 @@ gimple_location_safe (const gimple *g) return g ? gimple_location (g) : UNKNOWN_LOCATION; } -/* Return pointer to location information for statement G. */ - -static inline const location_t * -gimple_location_ptr (const gimple *g) -{ - return &g->location; -} - - /* Set location information for statement G. */ static inline void -- cgit v1.1