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
913e5a99
Commit
913e5a99
authored
Sep 12, 2007
by
Matthias Braun
Browse files
we need the fix_start_block hack
[r15761]
parent
6d7c55e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
913e5a99
...
...
@@ -1691,7 +1691,7 @@ static void fix_address_of_parameter_access(be_abi_irg_t *env, ir_entity *value_
}
}
#if
0
#if
1
/**
* The start block has no jump, instead it has an initial exec Proj.
* The backend wants to handle all blocks the same way, so we replace
...
...
@@ -1991,12 +1991,9 @@ static void modify_irg(be_abi_irg_t *env)
del_pset
(
dont_save
);
obstack_free
(
&
env
->
obst
,
args
);
/* this was needed for STA backend... */
#if 0
/* handle start block here (place a jump in the block) */
i
=
0
;
irg_block_walk_graph
(
irg
,
fix_start_block
,
NULL
,
&
i
);
#endif
}
/** Fix the state inputs of calls that still hang on unknowns */
...
...
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