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
a9df69e9
Commit
a9df69e9
authored
Jul 30, 2008
by
Matthias Braun
Browse files
cosmetics
[r20797]
parent
c720b457
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
a9df69e9
...
...
@@ -925,14 +925,14 @@ emit_jcc:
}
/* the second Proj might be a fallthrough */
if
(
!
can_be_fallthrough
(
proj_false
))
{
be_emit_cstring
(
"
\t
jmp
"
);
if
(
can_be_fallthrough
(
proj_false
))
{
be_emit_cstring
(
"
\t
/* fallthrough to
"
);
ia32_emit_cfop_target
(
proj_false
);
be_emit_cstring
(
" */"
);
be_emit_finish_line_gas
(
proj_false
);
}
else
{
be_emit_cstring
(
"
\t
/* fallthrough to
"
);
be_emit_cstring
(
"
\t
jmp
"
);
ia32_emit_cfop_target
(
proj_false
);
be_emit_cstring
(
" */"
);
be_emit_finish_line_gas
(
proj_false
);
}
}
...
...
@@ -2011,7 +2011,7 @@ static int should_align_block(const ir_node *block)
n_cfgpreds
=
get_Block_n_cfgpreds
(
block
);
for
(
i
=
0
;
i
<
n_cfgpreds
;
++
i
)
{
ir_node
*
pred
=
get_Block_cfgpred_block
(
block
,
i
);
const
ir_node
*
pred
=
get_Block_cfgpred_block
(
block
,
i
);
double
pred_freq
=
get_block_execfreq
(
exec_freq
,
pred
);
if
(
pred
==
prev
)
{
...
...
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