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
9d485cb3
Commit
9d485cb3
authored
Apr 19, 2011
by
Andreas Zwinkau
Browse files
no name shadowing
parent
cde6caf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_dw.c
View file @
9d485cb3
...
...
@@ -1621,11 +1621,11 @@ static void lower_Start(ir_node *node, ir_mode *mode, lower_env_t *env)
/* first check if we have parameters that must be fixed */
for
(
i
=
j
=
0
;
i
<
n_params
;
++
i
,
++
j
)
{
ir_type
*
tp
=
get_method_param_type
(
mtp
,
i
);
ir_type
*
p
tp
=
get_method_param_type
(
mtp
,
i
);
new_projs
[
i
]
=
j
;
if
(
is_Primitive_type
(
tp
))
{
ir_mode
*
mode
=
get_type_mode
(
tp
);
if
(
is_Primitive_type
(
p
tp
))
{
ir_mode
*
mode
=
get_type_mode
(
p
tp
);
if
(
mode
==
env
->
high_signed
||
mode
==
env
->
high_unsigned
)
...
...
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