Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
ced2f8e3
Commit
ced2f8e3
authored
Apr 02, 2006
by
Michael Beck
Browse files
removed ia32_register_additional_opcodes(), not needed anymore
parent
ec801c35
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.c
View file @
ced2f8e3
...
...
@@ -9,9 +9,11 @@
#include "config.h"
#endif
#ifdef
_WIN32
#ifdef
HAVE_MALLOC_H
#include <malloc.h>
#else
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#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"
ir/be/ia32/ia32_spec.pl
View file @
ced2f8e3
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment