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
2dab536b
Commit
2dab536b
authored
Aug 12, 2008
by
yb9976
Browse files
The PBQP transformer still works in-place...
[r21131]
parent
5346758a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_common_transform.c
View file @
2dab536b
...
...
@@ -599,8 +599,12 @@ ir_node *gen_ASM(ir_node *node)
}
if
(
input
==
NULL
)
{
#ifdef FIRM_GRGEN_BE
input
=
get_irn_n
(
node
,
i
);
#else
ir_node
*
pred
=
get_irn_n
(
node
,
i
);
input
=
be_transform_node
(
pred
);
#endif
if
(
parsed_constraint
.
cls
==
NULL
&&
parsed_constraint
.
same_as
<
0
)
{
...
...
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