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
feb0f2ad
Commit
feb0f2ad
authored
Feb 07, 2016
by
Christoph Mallon
Browse files
amd64: A bit more cleanup.
parent
eae40498
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_emitter.c
View file @
feb0f2ad
...
...
@@ -989,7 +989,7 @@ static void amd64_gen_block(ir_node *block)
static
void
amd64_gen_labels
(
ir_node
*
block
,
void
*
env
)
{
(
void
)
env
;
for
(
int
n
=
get_Block_n_cfgpreds
(
block
)
-
1
;
n
>=
0
;
n
--
)
{
for
(
int
n
=
get_Block_n_cfgpreds
(
block
);
n
--
!=
0
;
)
{
ir_node
*
const
pred
=
get_Block_cfgpred
(
block
,
n
);
set_irn_link
(
pred
,
block
);
}
...
...
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