summaryrefslogtreecommitdiff
path: root/gcc/sese.h
diff options
context:
space:
mode:
authorLawrence Crowl <crowl@google.com>2013-04-02 20:13:46 +0000
committerLawrence Crowl <crowl@gcc.gnu.org>2013-04-02 20:13:46 +0000
commit622849c9371e14fcec645c22b87adedaa16e34e4 (patch)
tree596788a44eb77a349315504c9cde0baf74ddafc9 /gcc/sese.h
parent82c0e1a0cb62932cce8764ddf098b070c16ba004 (diff)
Remove unused symbols related to ivtype_map.
Remove unused symbols related to ivtype_map. This map does not appear to exist and I see no evidence of its removal in the ChangeLog. Tested on x86_64. Index: gcc/ChangeLog 2013-04-02 Lawrence Crowl <crowl@google.com> * sese.h (struct ivtype_map_elt_s): Remove unused. (extern debug_ivtype_map): Remove unused. (extern eq_ivtype_map_elts): Remove unused. * sese.c (debug_ivtype_map): Removed unused. (debug_ivtype_map_1): Removed unused. (debug_ivtype_elt): Remove unused. (eq_ivtype_map_elts): Remove unused. From-SVN: r197374
Diffstat (limited to 'gcc/sese.h')
-rw-r--r--gcc/sese.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/sese.h b/gcc/sese.h
index 5b6fe7f7aa1..8e1f7f74772 100644
--- a/gcc/sese.h
+++ b/gcc/sese.h
@@ -275,17 +275,6 @@ new_rename_map_elt (tree old_name, tree expr)
return res;
}
-/* Structure containing the mapping between the CLooG's induction
- variable and the type of the old induction variable. */
-typedef struct ivtype_map_elt_s
-{
- tree type;
- const char *cloog_iv;
-} *ivtype_map_elt;
-
-extern void debug_ivtype_map (htab_t);
-extern int eq_ivtype_map_elts (const void *, const void *);
-
/* Free and compute again all the dominators information. */
static inline void