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
2947812a
Commit
2947812a
authored
Oct 17, 2014
by
Christoph Mallon
Browse files
amd64: Remove write-only variable start_callee_saves_offset.
parent
b864c198
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_transform.c
View file @
2947812a
...
...
@@ -41,7 +41,6 @@ static ir_mode *mode_flags;
static
amd64_cconv_t
*
current_cconv
=
NULL
;
static
be_start_info_t
start_mem
;
static
be_start_info_t
start_val
[
N_AMD64_REGISTERS
];
static
size_t
start_callee_saves_offset
;
static
size_t
start_params_offset
;
static
pmap
*
node_to_stack
;
static
be_stackorder_t
*
stackorder
;
...
...
@@ -1397,7 +1396,6 @@ static ir_node *gen_Start(ir_node *node)
}
/* callee saves */
start_callee_saves_offset
=
o
;
for
(
size_t
i
=
0
;
i
<
N_AMD64_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