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
f51b9f34
Commit
f51b9f34
authored
Nov 07, 2011
by
Andreas Zwinkau
Browse files
Remove warning
parent
19456b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/local.c
View file @
f51b9f34
...
...
@@ -24,10 +24,16 @@
#include
"irgopt.h"
#include
"opt_manage.h"
static
ir_graph_state_t
do_optimize_graph_df
(
ir_graph
*
irg
)
{
optimize_graph_df
(
irg
);
return
0
;
}
static
optdesc_t
opt_local
=
{
"localopts"
,
0
,
// TODO optimize_graph_df handles preconditions itself
optimize_graph_df
,
do_
optimize_graph_df
,
};
void
local_opts
(
ir_graph
*
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