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
ed1d3025
Commit
ed1d3025
authored
Apr 04, 2016
by
Matthias Braun
Browse files
Rename variable to avoid shadowing
parent
5900c266
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_stackframe.c
View file @
ed1d3025
...
...
@@ -205,8 +205,8 @@ void sparc_layout_param_entities(ir_graph *const irg,
}
/* calculate offsets/create missing entities */
ir_entity
*
const
entity
=
get_irg_entity
(
irg
);
ir_type
*
const
function_type
=
get_entity_type
(
entity
);
ir_entity
*
const
function
=
get_irg_entity
(
irg
);
ir_type
*
const
function_type
=
get_entity_type
(
function
);
bool
const
variadic
=
is_method_variadic
(
function_type
);
for
(
size_t
i
=
0
;
i
<
n_params
;
++
i
)
{
reg_or_stackslot_t
*
const
param
=
&
cconv
->
parameters
[
i
];
...
...
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