From ced2f8e3e2ce09ac910412a7f9dc9137ec956e7e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 2 Apr 2006 11:28:01 +0000 Subject: [PATCH] removed ia32_register_additional_opcodes(), not needed anymore --- ir/be/ia32/ia32_new_nodes.c | 20 ++++---------------- ir/be/ia32/ia32_spec.pl | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/ir/be/ia32/ia32_new_nodes.c b/ir/be/ia32/ia32_new_nodes.c index 8bc14712b..2ddc4678d 100644 --- a/ir/be/ia32/ia32_new_nodes.c +++ b/ir/be/ia32/ia32_new_nodes.c @@ -9,9 +9,11 @@ #include "config.h" #endif -#ifdef _WIN32 +#ifdef HAVE_MALLOC_H #include -#else +#endif + +#ifdef HAVE_ALLOCA_H #include #endif @@ -34,16 +36,6 @@ #include "ia32_new_nodes.h" #include "gen_ia32_regalloc_if.h" -#ifdef obstack_chunk_alloc -# undef obstack_chunk_alloc -# define obstack_chunk_alloc xmalloc -#else -# define obstack_chunk_alloc xmalloc -# define obstack_chunk_free free -#endif - -extern int obstack_printf(struct obstack *obst, char *fmt, ...); - /** * Returns the ident of a SymConst. * @param symc The SymConst @@ -1266,9 +1258,5 @@ void ia32_register_copy_attr_func(void) { } } -static void ia32_register_additional_opcodes(int n) { - /* we don't need any additional opcodes */ -} - /* Include the generated constructor functions */ #include "gen_ia32_new_nodes.c.inl" diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 37feb49a0..93c507063 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -9,7 +9,7 @@ $arch = "ia32"; $comment_string = "/*"; # the number of additional opcodes you want to register -$additional_opcodes = 0; +#$additional_opcodes = 0; # The node description is done as a perl hash initializer with the # following structure: -- 2.20.1