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
03e3a6dc
Commit
03e3a6dc
authored
Nov 02, 2016
by
yb9976
Browse files
Fix indentation
parent
4969d442
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/bespillslots.c
View file @
03e3a6dc
...
...
@@ -215,8 +215,8 @@ static spill_t *collect_spill(be_fec_env_t *env, ir_node *node, spillweb_t *web)
}
void
be_load_needs_frame_entity
(
be_fec_env_t
*
const
env
,
ir_node
*
const
node
,
unsigned
const
slot_size
,
unsigned
const
slot_po2align
)
unsigned
const
slot_size
,
unsigned
const
slot_po2align
)
{
ir_node
*
const
mem
=
get_memory_edge
(
node
);
spill_t
*
const
spill
=
collect_spill
(
env
,
mem
,
NULL
);
...
...
ir/be/ia32/ia32_transform.c
View file @
03e3a6dc
...
...
@@ -4976,7 +4976,7 @@ static ir_node *create_frame_load(dbg_info *const dbgi, ir_node *const block,
}
static
ir_node
*
climb_frame
(
dbg_info
*
const
dbgi
,
ir_node
*
const
block
,
unsigned
const
levels
)
unsigned
const
levels
)
{
ir_graph
*
irg
=
get_irn_irg
(
block
);
ir_node
*
ptr
=
get_irg_frame
(
irg
);
...
...
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