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
9016f021
Commit
9016f021
authored
May 27, 2011
by
Michael Beck
Browse files
C99 feature removed.
parent
3ca55615
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_dw.c
View file @
9016f021
...
...
@@ -822,8 +822,8 @@ static void lower_shr_helper(ir_node *node, ir_mode *mode,
right
=
get_lowered_low
(
right
);
}
else
{
/* shift should never have signed mode on the right */
assert
(
get_irn_mode
(
right
)
!=
env
->
high_signed
);
ir_node
*
block
=
get_nodes_block
(
node
);
assert
(
get_irn_mode
(
right
)
!=
env
->
high_signed
);
right
=
create_conv
(
block
,
right
,
low_unsigned
);
}
...
...
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