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
9f7631e9
Commit
9f7631e9
authored
Sep 09, 2009
by
Christoph Mallon
Browse files
Correct wrong DBG_OPT_ALGSIM classification.
[r26504]
parent
2fd09004
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
9f7631e9
...
...
@@ -3295,7 +3295,7 @@ static ir_node *transform_bitwise_distributive(ir_node *n,
n
=
trans_func
(
n
);
n
=
new_r_Conv
(
blk
,
n
,
get_irn_mode
(
oldn
));
DBG_OPT_ALGSIM1
(
oldn
,
a
,
b
,
n
,
FS_OPT_
SHIFT_AND
);
DBG_OPT_ALGSIM1
(
oldn
,
a
,
b
,
n
,
FS_OPT_
CONV
);
return
n
;
}
}
...
...
Write
Preview
Markdown
is supported
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