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
f1b4ef67
Commit
f1b4ef67
authored
Jan 07, 2010
by
Matthias Braun
Browse files
remove unused code
[r26918]
parent
616559e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
f1b4ef67
...
...
@@ -3530,16 +3530,6 @@ static ir_node *gen_Conv(ir_node *node)
new_op
=
be_transform_node
(
op
);
/* we convert from float ... */
if
(
mode_is_float
(
tgt_mode
))
{
#if 0
/* Matze: I'm a bit unsure what the following is for? seems wrong
* to me... */
if (src_mode == mode_E && tgt_mode == mode_D
&& !get_Conv_strict(node)) {
DB((dbg, LEVEL_1, "killed Conv(mode, mode) ..."));
return new_op;
}
#endif
/* ... to float */
if
(
ia32_cg_config
.
use_sse2
)
{
DB
((
dbg
,
LEVEL_1
,
"create Conv(float, float) ..."
));
...
...
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