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
53ab8042
Commit
53ab8042
authored
May 25, 2011
by
uqxyd
Browse files
Typo.
parent
24f354d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode.c
View file @
53ab8042
...
...
@@ -1325,7 +1325,7 @@ int is_x_regular_Proj(const ir_node *node)
pred
=
get_Proj_pred
(
node
);
if
(
!
is_fragile_op
(
pred
))
return
false
;
return
get_Proj_proj
(
node
)
==
pred
->
op
->
pn_x_
except
;
return
get_Proj_proj
(
node
)
==
pred
->
op
->
pn_x_
regular
;
}
ir_node
**
get_Tuple_preds_arr
(
ir_node
*
node
)
...
...
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