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
56f6da02
Commit
56f6da02
authored
Mar 07, 2011
by
Matthias Braun
Browse files
remove more barrier handling code
parent
510de5da
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabihelper.c
View file @
56f6da02
...
...
@@ -56,7 +56,6 @@ typedef struct register_state_mapping_t {
into the value_map */
reg_flag_t
*
regs
;
/**< registers (and memory values) that form a
state */
ir_node
*
last_barrier
;
}
register_state_mapping_t
;
/**
...
...
@@ -289,9 +288,6 @@ ir_node *be_prolog_create_start(beabi_helper_env_t *env, dbg_info *dbgi,
env
->
prolog
.
value_map
[
o
]
=
proj
;
}
/* start node should really be the first thing constructed */
env
->
prolog
.
last_barrier
=
start
;
return
start
;
}
...
...
@@ -381,7 +377,6 @@ ir_node *be_epilog_create_return(beabi_helper_env_t *env, dbg_info *dbgi,
}
rsm_clear_regs
(
&
env
->
epilog
,
be_get_irg_arch_env
(
env
->
irg
));
env
->
epilog
.
last_barrier
=
NULL
;
return
ret
;
}
...
...
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