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
5194dd03
Commit
5194dd03
authored
Sep 14, 2011
by
Manuel Mohr
Browse files
Minor indentation fix.
parent
2232b14b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_copyb.c
View file @
5194dd03
...
...
@@ -172,8 +172,8 @@ static void lower_small_copyb_node(ir_node *irn)
static
ir_type
*
get_memcpy_methodtype
()
{
ir_type
*
tp
=
new_type_method
(
3
,
1
);
ir_mode
*
size_t_mode
=
get_ir_mode
(
native_mode_bytes
);
ir_type
*
tp
=
new_type_method
(
3
,
1
);
ir_mode
*
size_t_mode
=
get_ir_mode
(
native_mode_bytes
);
set_method_param_type
(
tp
,
0
,
get_type_for_mode
(
mode_P
));
set_method_param_type
(
tp
,
1
,
get_type_for_mode
(
mode_P
));
...
...
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