diff options
| author | Aditya Kumar <aditya.k7@samsung.com> | 2015-10-05 16:03:09 +0000 |
|---|---|---|
| committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-10-05 16:03:09 +0000 |
| commit | 87ccab5d9c97337980d95a78889c38f6b70fc544 (patch) | |
| tree | d14d522a2c05e6cb729f8267bbff38471e619564 /gcc/graphite-sese-to-poly.h | |
| parent | 076d564d3072837b2c008912634d5980f8a3c0e3 (diff) | |
| download | gcc-87ccab5d9c97337980d95a78889c38f6b70fc544.zip gcc-87ccab5d9c97337980d95a78889c38f6b70fc544.tar.gz gcc-87ccab5d9c97337980d95a78889c38f6b70fc544.tar.bz2 | |
move param detection to scop detection
Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r228493
Diffstat (limited to 'gcc/graphite-sese-to-poly.h')
| -rw-r--r-- | gcc/graphite-sese-to-poly.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
