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
18d68809
Commit
18d68809
authored
Nov 02, 2006
by
Christian Würdig
Browse files
removed unnecessary extern
parent
daa15cd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bearch.c
View file @
18d68809
...
...
@@ -143,7 +143,7 @@ int arch_possible_memory_operand(const arch_env_t *env, const ir_node *irn, unsi
}
}
extern
void
arch_perform_memory_operand
(
const
arch_env_t
*
env
,
ir_node
*
irn
,
ir_node
*
spill
,
unsigned
int
i
)
{
void
arch_perform_memory_operand
(
const
arch_env_t
*
env
,
ir_node
*
irn
,
ir_node
*
spill
,
unsigned
int
i
)
{
const
arch_irn_ops_t
*
ops
=
get_irn_ops
(
env
,
irn
);
if
(
ops
->
impl
->
perform_memory_operand
)
{
ops
->
impl
->
perform_memory_operand
(
ops
,
irn
,
spill
,
i
);
...
...
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