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
ca8494f9
Commit
ca8494f9
authored
Oct 06, 2008
by
Matthias Braun
Browse files
fix typo
[r22535]
parent
8feb2a2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
ca8494f9
...
@@ -2666,7 +2666,7 @@ static bool can_fold_test_and(ir_node *node)
...
@@ -2666,7 +2666,7 @@ static bool can_fold_test_and(ir_node *node)
/**
/**
* returns true if it is assured, that the upper bits of a node are "clean"
* returns true if it is assured, that the upper bits of a node are "clean"
* which means for a 16 or 8 bit value, that the upper bits in the register
* which means for a 16 or 8 bit value, that the upper bits in the register
* are 0 for unsigned and a copy of the last significant bit for
un
signed
* are 0 for unsigned and a copy of the last significant bit for signed
* numbers.
* numbers.
*/
*/
static
bool
upper_bits_clean
(
ir_node
*
transformed_node
,
ir_mode
*
mode
)
static
bool
upper_bits_clean
(
ir_node
*
transformed_node
,
ir_mode
*
mode
)
...
...
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