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
daf78db8
Commit
daf78db8
authored
Jan 20, 2016
by
Christoph Mallon
Browse files
ia32: Remove pointless assertion.
'Or' cannot have float mode.
parent
9c4ae675
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
daf78db8
...
...
@@ -1726,7 +1726,6 @@ static ir_node *gen_Or(ir_node *node)
if
(
res
!=
NULL
)
return
res
;
assert
(
!
mode_is_float
(
get_irn_mode
(
node
)));
ir_node
*
op1
=
get_Or_left
(
node
);
ir_node
*
op2
=
get_Or_right
(
node
);
return
gen_binop
(
node
,
op1
,
op2
,
new_bd_ia32_Or
,
...
...
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