Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
2531e670
Commit
2531e670
authored
Aug 19, 2011
by
Christoph Mallon
Browse files
Correct comment.
parent
4002beb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_intrinsics.c
View file @
2531e670
...
...
@@ -535,7 +535,7 @@ static int map_Conv(ir_node *call, void *ctx)
h_res
=
new_r_Proj
(
float_to_ll
,
h_res_mode
,
pn_ia32_l_FloattoLL_res_high
);
}
else
{
/*
c
onvert from float to signed 64bit */
/*
C
onvert from float to
un
signed 64bit
.
*/
ir_mode
*
flt_mode
=
get_irn_mode
(
a_f
);
ir_tarval
*
flt_tv
=
new_tarval_from_str
(
"9223372036854775808"
,
19
,
flt_mode
);
ir_node
*
flt_corr
=
new_r_Const
(
irg
,
flt_tv
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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