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
f240cffc
Commit
f240cffc
authored
Dec 13, 2006
by
Michael Beck
Browse files
rename type entity into ir_entity
parent
2f8c9cee
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/firm/bearch_firm.c
View file @
f240cffc
...
...
@@ -357,12 +357,12 @@ static void firm_set_stack_bias(const void *self, ir_node *irn, int bias)
{
}
static
entity
*
firm_get_frame_entity
(
const
void
*
self
,
const
ir_node
*
irn
)
static
ir_
entity
*
firm_get_frame_entity
(
const
void
*
self
,
const
ir_node
*
irn
)
{
return
NULL
;
}
static
void
firm_set_frame_entity
(
const
void
*
self
,
const
ir_node
*
irn
,
entity
*
ent
)
static
void
firm_set_frame_entity
(
const
void
*
self
,
const
ir_node
*
irn
,
ir_
entity
*
ent
)
{
}
...
...
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