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
b617ef11
Commit
b617ef11
authored
Sep 12, 2006
by
Michael Beck
Browse files
is_Pin() used
parent
8b6be7e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beverify.c
View file @
b617ef11
...
...
@@ -205,7 +205,7 @@ static int should_be_scheduled(ir_node *node) {
if
(
get_irn_mode
(
node
)
==
mode_M
)
{
if
(
is_Proj
(
node
))
return
-
1
;
if
(
is_Phi
(
node
)
||
is_Sync
(
node
)
||
get_irn_opcode
(
node
)
==
iro_Pin
)
if
(
is_Phi
(
node
)
||
is_Sync
(
node
)
||
is_Pin
(
node
)
)
return
0
;
}
if
(
is_Proj
(
node
)
&&
get_irn_mode
(
node
)
==
mode_X
)
...
...
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