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
eff0989a
Commit
eff0989a
authored
Feb 27, 2010
by
Jonas Fietz
Browse files
set private functions to static in ir/ana/vrp.c
[r27235]
parent
a3b945db
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/vrp.c
View file @
eff0989a
...
...
@@ -51,7 +51,7 @@ struct vrp_env_t {
worklist_t
*
worklist
;
};
int
update_vrp_data
(
ir_node
*
node
)
static
int
update_vrp_data
(
ir_node
*
node
)
{
tarval
*
new_bits_set
=
get_tarval_bad
();
...
...
@@ -558,7 +558,7 @@ int update_vrp_data(ir_node *node)
return
something_changed
;
}
void
vrp_first_pass
(
ir_node
*
n
,
void
*
e
)
static
void
vrp_first_pass
(
ir_node
*
n
,
void
*
e
)
{
ir_node
*
succ
;
worklist_t
*
tmp_entry
;
...
...
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