Commit 664400c6 by Andreas Tobler Committed by Andreas Tobler

pa.c: Remove heap vector type defines.

2006-12-24  Andreas Tobler  <a.tobler@schweiz.org>

	* config/pa/pa.c: Remove heap vector type defines.

From-SVN: r120191
parent 497f1b81
2006-12-24 Andreas Tobler <a.tobler@schweiz.org>
* config/pa/pa.c: Remove heap vector type defines.
2006-12-24 Jan Hubicka <jh@suse.cz> 2006-12-24 Jan Hubicka <jh@suse.cz>
* tree-ssa-operands.h (struct ssa_operand_memory_d): * tree-ssa-operands.h (struct ssa_operand_memory_d):
......
...@@ -4159,9 +4159,6 @@ hppa_pic_save_rtx (void) ...@@ -4159,9 +4159,6 @@ hppa_pic_save_rtx (void)
#define NO_DEFERRED_PROFILE_COUNTERS 0 #define NO_DEFERRED_PROFILE_COUNTERS 0
#endif #endif
/* Define heap vector type for funcdef numbers. */
DEF_VEC_I(int);
DEF_VEC_ALLOC_I(int,heap);
/* Vector of funcdef numbers. */ /* Vector of funcdef numbers. */
static VEC(int,heap) *funcdef_nos; static VEC(int,heap) *funcdef_nos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment