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
41bf8c34
Commit
41bf8c34
authored
May 22, 2012
by
Christoph Mallon
Browse files
Correct comment.
parent
f154d31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_osr.c
View file @
41bf8c34
...
...
@@ -871,7 +871,7 @@ static void remove_phi_cycle(scc *pscc, iv_env *env)
int
j
;
ir_node
*
out_rc
;
/* check if this scc contains only Phi
, Add or Sub
nodes */
/* check if this scc contains only Phi nodes */
out_rc
=
NULL
;
for
(
irn
=
pscc
->
head
;
irn
;
irn
=
next
)
{
node_entry
*
e
=
get_irn_ne
(
irn
,
env
);
...
...
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