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
a13a2dcd
Commit
a13a2dcd
authored
Nov 16, 2011
by
Matthias Braun
Browse files
ia32: do not change tarval output modes in init
parent
d5a16cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
a13a2dcd
...
...
@@ -1736,7 +1736,6 @@ static void ia32_init(void)
init_asm_constraints
();
set_tarval_output_modes
();
ia32_register_init
();
ia32_create_opcodes
(
&
ia32_irn_ops
);
...
...
@@ -1796,6 +1795,8 @@ static arch_env_t *ia32_begin_codegeneration(const be_main_env_t *env)
{
ia32_isa_t
*
isa
=
XMALLOC
(
ia32_isa_t
);
set_tarval_output_modes
();
*
isa
=
ia32_isa_template
;
isa
->
tv_ent
=
pmap_create
();
...
...
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