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
e05b47f9
Commit
e05b47f9
authored
Oct 16, 2014
by
Christoph Mallon
Browse files
irgmod: Correct typos in comments.
parent
1ef1aa93
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/ir/irgmod.c
View file @
e05b47f9
...
...
@@ -118,7 +118,7 @@ void collect_new_phi_node(ir_node *node)
/**
* Walker: links all Phi nodes to their Blocks lists,
* all Proj nodes to ther
e
predecessors.
* all Proj nodes to the
i
r predecessors.
*/
static
void
collect_nodes
(
ir_node
*
node
,
void
*
env
)
{
...
...
@@ -160,7 +160,7 @@ void collect_phiprojs_and_start_block_nodes(ir_graph *irg)
static
void
move_node
(
ir_node
*
node
,
ir_node
*
to_bl
)
{
set_nodes_block
(
node
,
to_bl
);
/* if no mode_T node, do not move Projs
, n
ot that BadT shouldn't have
/* if no mode_T node, do not move Projs
. N
ot
e
that BadT shouldn't have
* any Projs as well and is part of the start_block list and therefore
* doesn't have a valid Proj list */
if
(
get_irn_mode
(
node
)
!=
mode_T
||
is_Bad
(
node
))
...
...
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