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
b864c198
Commit
b864c198
authored
Oct 17, 2014
by
Christoph Mallon
Browse files
ia32: Remove write-only variable start_callee_saves_offset.
parent
3ae369cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
b864c198
...
...
@@ -61,7 +61,6 @@ DEBUG_ONLY(static firm_dbg_module_t *dbg;)
static
ia32_cconv_t
*
current_cconv
;
static
be_start_info_t
start_mem
;
static
be_start_info_t
start_val
[
N_IA32_REGISTERS
];
static
unsigned
start_callee_saves_offset
;
static
unsigned
start_params_offset
;
static
pmap
*
node_to_stack
;
static
be_stackorder_t
*
stackorder
;
...
...
@@ -4184,7 +4183,6 @@ static ir_node *gen_Start(ir_node *node)
}
/* callee saves */
start_callee_saves_offset
=
o
;
for
(
size_t
i
=
0
;
i
<
N_IA32_REGISTERS
;
++
i
)
{
if
(
!
rbitset_is_set
(
cconv
->
callee_saves
,
i
))
continue
;
...
...
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