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
890f930c
Commit
890f930c
authored
Apr 13, 2014
by
Matthias Braun
Browse files
fix ir_register_getter_ops() never getting called
parent
d8d41da1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irop.c
View file @
890f930c
...
...
@@ -635,6 +635,7 @@ void firm_init_op(void)
ir_register_opt_node_ops
();
ir_register_reassoc_node_ops
();
ir_register_verify_node_ops
();
ir_register_getter_ops
();
}
void
firm_finish_op
(
void
)
...
...
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