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
c5049bd1
Commit
c5049bd1
authored
Dec 25, 2014
by
Christoph Mallon
Browse files
sparc: Make sparc_introduce_prolog_epilog() static.
parent
3fc8d909
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/bearch_sparc_t.h
View file @
c5049bd1
...
...
@@ -64,8 +64,6 @@ static inline bool sparc_is_value_imm_encodeable(int32_t value)
void
sparc_finish_graph
(
ir_graph
*
irg
);
void
sparc_introduce_prolog_epilog
(
ir_graph
*
irg
);
void
sparc_lower_64bit
(
void
);
bool
sparc_variadic_fixups
(
ir_graph
*
irg
,
calling_convention_t
*
cconv
);
...
...
ir/be/sparc/sparc_finish.c
View file @
c5049bd1
...
...
@@ -166,7 +166,7 @@ static void introduce_epilog(ir_node *ret)
}
}
void
sparc_introduce_prolog_epilog
(
ir_graph
*
irg
)
static
void
sparc_introduce_prolog_epilog
(
ir_graph
*
irg
)
{
const
arch_register_t
*
sp_reg
=
&
sparc_registers
[
REG_SP
];
ir_node
*
start
=
get_irg_start
(
irg
);
...
...
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