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
4f5a1b70
Commit
4f5a1b70
authored
Jun 18, 2012
by
Christoph Mallon
Browse files
Always (instead of never) emit labels for basic blocks on AMD64.
parent
69d496cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_emitter.c
View file @
4f5a1b70
...
...
@@ -540,7 +540,7 @@ static void amd64_gen_block(ir_node *block, void *data)
if
(
!
is_Block
(
block
))
return
;
be_gas_begin_block
(
block
,
fals
e
);
be_gas_begin_block
(
block
,
tru
e
);
sched_foreach
(
block
,
node
)
{
amd64_emit_node
(
node
);
...
...
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