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
91cd0bae
Commit
91cd0bae
authored
Jul 03, 2006
by
Christian Würdig
Browse files
copy optimization settings from isa to codegenerator object
parent
f31a1cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
91cd0bae
...
...
@@ -1183,7 +1183,9 @@ static void *ia32_cg_init(const be_irg_t *birg) {
FIRM_DBG_REGISTER
(
cg
->
mod
,
"firm.be.ia32.cg"
);
/* copy optimizations from isa for easier access */
cg
->
opt
=
isa
->
opt
;
cg
->
opt
=
isa
->
opt
;
cg
->
arch
=
isa
->
arch
;
cg
->
opt_arch
=
isa
->
opt_arch
;
/* enter it */
isa
->
cg
=
cg
;
...
...
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