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
ca2041e2
Commit
ca2041e2
authored
Sep 30, 2008
by
Matthias Braun
Browse files
fix warning in optimized mode
[r22379]
parent
dc401952
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_dw.c
View file @
ca2041e2
...
...
@@ -1093,6 +1093,8 @@ static void lower_Rotl(ir_node *node, ir_mode *mode, lower_env_t *env) {
ir_node
*
left
=
get_Rotl_left
(
node
);
ir_node
*
h
,
*
l
;
int
idx
=
get_irn_idx
(
left
);
(
void
)
right
;
(
void
)
mode
;
assert
(
get_mode_arithmetic
(
mode
)
==
irma_twos_complement
&&
is_Const
(
right
)
&&
tarval_is_long
(
get_Const_tarval
(
right
))
&&
...
...
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