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
09e9c038
Commit
09e9c038
authored
Dec 31, 2012
by
Christoph Mallon
Browse files
belower: Allow push_through_perm() for modify_flags and should_be_same.
parent
a84b0cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/belower.c
View file @
09e9c038
...
@@ -869,10 +869,9 @@ found_front:
...
@@ -869,10 +869,9 @@ found_front:
/* it wasn't an input to the perm, we can't do anything more */
/* it wasn't an input to the perm, we can't do anything more */
if
(
input
<
0
)
if
(
input
<
0
)
break
;
break
;
if
(
arch_irn_is
(
node
,
modify_flags
))
break
;
req
=
arch_get_irn_register_req
(
node
);
req
=
arch_get_irn_register_req
(
node
);
if
(
req
->
type
!=
arch_register_req_type_normal
)
if
(
req
->
type
!=
arch_register_req_type_normal
&&
req
->
type
!=
arch_register_req_type_should_be_same
)
break
;
break
;
for
(
i
=
get_irn_arity
(
node
)
-
1
;
i
>=
0
;
--
i
)
{
for
(
i
=
get_irn_arity
(
node
)
-
1
;
i
>=
0
;
--
i
)
{
ir_node
*
opop
=
get_irn_n
(
node
,
i
);
ir_node
*
opop
=
get_irn_n
(
node
,
i
);
...
...
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