From 87ccab5d9c97337980d95a78889c38f6b70fc544 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Date: Mon, 5 Oct 2015 16:03:09 +0000 Subject: move param detection to scop detection Co-Authored-By: Sebastian Pop From-SVN: r228493 --- gcc/graphite-sese-to-poly.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/graphite-sese-to-poly.h') diff --git a/gcc/graphite-sese-to-poly.h b/gcc/graphite-sese-to-poly.h index 25d9a09..48f0d56 100644 --- a/gcc/graphite-sese-to-poly.h +++ b/gcc/graphite-sese-to-poly.h @@ -21,12 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GRAPHITE_SESE_TO_POLY_H #define GCC_GRAPHITE_SESE_TO_POLY_H -typedef struct base_alias_pair -{ - int base_obj_set; - int *alias_set; -} *base_alias_pair_p; - void build_poly_scop (scop_p); #endif -- cgit v1.1