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
8784054b
Commit
8784054b
authored
Sep 11, 2007
by
Matthias Braun
Browse files
mul fix
[r15742]
parent
2a8dea57
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/common/firm.c
View file @
8784054b
...
...
@@ -135,7 +135,7 @@ void init_firm(const firm_parameter_t *param)
/* Init architecture dependent optimizations. */
arch_dep_init
(
arch_dep_default_factory
);
arch_dep_set_opts
(
arch_dep_mul_to_shift
|
arch_dep_div_by_const
|
arch_dep_mod_by_const
);
arch_dep_set_opts
(
0
);
firm_archops_init
(
def_params
.
arch_op_settings
);
...
...
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