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
cfa24dd6
Commit
cfa24dd6
authored
Aug 10, 2011
by
Matthias Braun
Browse files
also change mode_P when setting a new modeP_data
parent
2413c901
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irmode.c
View file @
cfa24dd6
...
@@ -226,6 +226,7 @@ void set_modeP_data(ir_mode *p)
...
@@ -226,6 +226,7 @@ void set_modeP_data(ir_mode *p)
{
{
assert
(
mode_is_reference
(
p
));
assert
(
mode_is_reference
(
p
));
mode_P_data
=
p
;
mode_P_data
=
p
;
mode_P
=
p
;
}
}
/**
/**
...
...
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