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
03300a88
Commit
03300a88
authored
May 05, 2011
by
Andreas Zwinkau
Browse files
beabi requires out edges
parent
f749db8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
03300a88
...
...
@@ -2144,6 +2144,8 @@ void be_abi_introduce(ir_graph *irg)
env
->
init_sp
=
dummy
;
env
->
calls
=
NEW_ARR_F
(
ir_node
*
,
0
);
edges_assure
(
irg
);
if
(
options
->
pic
)
{
irg_walk_graph
(
irg
,
fix_pic_symconsts
,
NULL
,
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