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
b759a350
Commit
b759a350
authored
May 27, 2011
by
Michael Beck
Browse files
Fixed typos.
parent
9016f021
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_dw.c
View file @
b759a350
...
...
@@ -831,7 +831,7 @@ static void lower_shr_helper(ir_node *node, ir_mode *mode,
env
->
flags
|=
CF_CHANGED
;
block
=
get_nodes_block
(
node
);
/* add a Cmp to test if highest bit is set <=> wether we shift more
/* add a Cmp to test if highest bit is set <=> w
h
ether we shift more
* than half the word width */
cnst
=
new_r_Const_long
(
irg
,
low_unsigned
,
modulo_shift2
);
and
=
new_r_And
(
block
,
right
,
cnst
,
low_unsigned
);
...
...
@@ -964,7 +964,7 @@ static void lower_Shl(ir_node *node, ir_mode *mode)
env
->
flags
|=
CF_CHANGED
;
block
=
get_nodes_block
(
node
);
/* add a Cmp to test if highest bit is set <=> wether we shift more
/* add a Cmp to test if highest bit is set <=> w
h
ether we shift more
* than half the word width */
cnst
=
new_r_Const_long
(
irg
,
low_unsigned
,
modulo_shift2
);
and
=
new_r_And
(
block
,
right
,
cnst
,
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