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
d05a8de2
Commit
d05a8de2
authored
Dec 30, 2008
by
Christoph Mallon
Browse files
Remove ununsed variable.
[r24986]
parent
f96d16ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
d05a8de2
...
...
@@ -1580,7 +1580,6 @@ static void fix_address_of_parameter_access(be_abi_irg_t *env, ent_pos_pair *val
be_abi_call_arg_t
*
arg
=
get_call_arg
(
call
,
0
,
pos
);
if
(
arg
->
in_reg
)
{
ir_entity
*
ent
=
value_param_list
[
i
].
ent
;
DBG
((
dbg
,
LEVEL_2
,
"
\t
arg #%d need backing store
\n
"
,
pos
));
value_param_list
[
i
].
next
=
new_list
;
new_list
=
&
value_param_list
[
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