Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
1d4c5949
Commit
1d4c5949
authored
Aug 07, 2014
by
Christoph Mallon
Browse files
irgmod: Correct typo in comment.
parent
85624bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irgmod.c
View file @
1d4c5949
...
...
@@ -35,7 +35,7 @@ void exchange(ir_node *old, ir_node *nw)
ir_graph
*
irg
=
get_irn_irg
(
old
);
assert
(
irg
==
get_irn_irg
(
nw
));
#ifndef NDEBUG
/* When replacing a PhiM node, it must not be h
o
ld by a keep-alive edge.
/* When replacing a PhiM node, it must not be h
e
ld by a keep-alive edge.
* => Keep-alive edges are not normal users and should not move along when
* exchanging. */
if
(
is_Phi
(
old
)
&&
get_Phi_loop
(
old
)
&&
!
(
is_Phi
(
nw
)
&&
get_Phi_loop
(
nw
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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