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
26876c68
Commit
26876c68
authored
Jun 10, 2016
by
Christoph Mallon
Browse files
Pass 'info' to 'be_gas_emit_function_prolog()' instead of just throwing it away.
parent
ad63c41e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
26876c68
...
@@ -1606,8 +1606,7 @@ void ia32_emit_function(ir_graph *const irg)
...
@@ -1606,8 +1606,7 @@ void ia32_emit_function(ir_graph *const irg)
ir_entity
*
const
entity
=
get_irg_entity
(
irg
);
ir_entity
*
const
entity
=
get_irg_entity
(
irg
);
parameter_dbg_info_t
*
infos
=
construct_parameter_infos
(
irg
);
parameter_dbg_info_t
*
infos
=
construct_parameter_infos
(
irg
);
be_gas_emit_function_prolog
(
entity
,
ia32_cg_config
.
function_alignment
,
be_gas_emit_function_prolog
(
entity
,
ia32_cg_config
.
function_alignment
,
infos
);
NULL
);
free
(
infos
);
free
(
infos
);
omit_fp
=
ia32_get_irg_data
(
irg
)
->
omit_fp
;
omit_fp
=
ia32_get_irg_data
(
irg
)
->
omit_fp
;
...
...
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