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
ab1d7fcb
Commit
ab1d7fcb
authored
Aug 24, 2008
by
Christoph Mallon
Browse files
Remove dead initialisation.
[r21398]
parent
354ec538
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
ab1d7fcb
...
...
@@ -2506,7 +2506,7 @@ static ir_node *gen_Store(ir_node *node)
ir_mode
*
mode
=
get_irn_mode
(
val
);
if
(
mode_is_float
(
mode
)
&&
is_Const
(
val
))
{
int
transform
=
1
;
int
transform
;
/* we are storing a floating point constant */
if
(
ia32_cg_config
.
use_sse2
)
{
...
...
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