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
a8162e77
Commit
a8162e77
authored
Sep 16, 2011
by
Andreas Zwinkau
Browse files
fix warning
parent
6c6629cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_copyb.c
View file @
a8162e77
...
@@ -170,7 +170,7 @@ static void lower_small_copyb_node(ir_node *irn)
...
@@ -170,7 +170,7 @@ static void lower_small_copyb_node(ir_node *irn)
set_Tuple_pred
(
irn
,
pn_CopyB_X_except
,
new_r_Bad
(
irg
,
mode_X
));
set_Tuple_pred
(
irn
,
pn_CopyB_X_except
,
new_r_Bad
(
irg
,
mode_X
));
}
}
static
ir_type
*
get_memcpy_methodtype
()
static
ir_type
*
get_memcpy_methodtype
(
void
)
{
{
ir_type
*
tp
=
new_type_method
(
3
,
1
);
ir_type
*
tp
=
new_type_method
(
3
,
1
);
ir_mode
*
size_t_mode
=
get_ir_mode
(
native_mode_bytes
);
ir_mode
*
size_t_mode
=
get_ir_mode
(
native_mode_bytes
);
...
...
Write
Preview
Supports
Markdown
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