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
001f2dd9
Commit
001f2dd9
authored
Nov 05, 2004
by
Florian Liekweg
Browse files
copied comment to where it might be useful
[r4288]
parent
049d339c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irouts.c
View file @
001f2dd9
...
...
@@ -265,6 +265,9 @@ static ir_node **set_out_edges(ir_node *n, ir_node **free) {
return
free
;
}
/* We want that the out of ProjX from Start contains the next block at
position 1, the Start block at position 2. This is necessary for
the out block walker. */
static
INLINE
void
fix_start_proj
(
ir_graph
*
irg
)
{
ir_node
*
proj
=
NULL
;
ir_node
*
startbl
=
get_irg_start_block
(
irg
);
...
...
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