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
34484523
Commit
34484523
authored
Jun 11, 2013
by
Matthias Braun
Browse files
amd64: add missing be_add_missing_keeps()
parent
d6e8eefb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/bearch_amd64.c
View file @
34484523
...
...
@@ -22,6 +22,7 @@
#include "belower.h"
#include "besched.h"
#include "beabi.h"
#include "beabihelper.h"
#include "bemodule.h"
#include "begnuas.h"
#include "belistsched.h"
...
...
@@ -101,6 +102,8 @@ static const arch_irn_ops_t amd64_irn_ops = {
static
void
amd64_before_ra
(
ir_graph
*
irg
)
{
be_sched_fix_flags
(
irg
,
&
amd64_reg_classes
[
CLASS_amd64_flags
],
NULL
,
NULL
);
be_add_missing_keeps
(
irg
);
}
static
void
transform_Reload
(
ir_node
*
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