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
a080d8ea
Commit
a080d8ea
authored
Dec 25, 2014
by
Christoph Mallon
Browse files
amd64: Remove strange is_Deleted(start) check from introduce_prologue_epilogue().
If the start node was deleted, something is very wrong.
parent
4a631264
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/bearch_amd64.c
View file @
a080d8ea
...
...
@@ -589,9 +589,6 @@ static void introduce_prologue_epilogue(ir_graph *irg)
ir_node
*
initial_sp
=
be_get_initial_reg_value
(
irg
,
sp
);
ir_mode
*
mode_gp
=
mode_Lu
;
if
(
is_Deleted
(
start
))
return
;
if
(
!
layout
->
sp_relative
)
{
/* push rbp */
ir_node
*
push
=
new_bd_amd64_push_rbp
(
NULL
,
block
,
initial_sp
);
...
...
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