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
d0062c4c
Commit
d0062c4c
authored
Mar 25, 2006
by
Michael Beck
Browse files
BugFix: use new get_ia32_immop_type() instead of get_ia32_op_type()
parent
82174172
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.c
View file @
d0062c4c
...
...
@@ -933,7 +933,7 @@ void copy_ia32_Immop_attr(ir_node *dst, ir_node *src) {
ia32_attr_t
*
da
=
get_ia32_attr
(
dst
);
ia32_attr_t
*
sa
=
get_ia32_attr
(
src
);
switch
(
get_ia32_op_type
(
src
))
{
switch
(
get_ia32_
imm
op_type
(
src
))
{
case
ia32_ImmConst
:
da
->
cnst_val
.
tv
=
sa
->
cnst_val
.
tv
;
da
->
cnst
=
sa
->
cnst
;
...
...
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