Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
444b99ba
Commit
444b99ba
authored
Aug 08, 2014
by
Matthias Braun
Browse files
fix warning
parent
570bff8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
444b99ba
...
...
@@ -643,7 +643,7 @@ static ir_node *flags_remat(ir_node *node, ir_node *after)
COMPILETIME_ASSERT
((
int
)(
n_ia32_Sub_minuend
)
==
(
int
)(
n_ia32_Cmp_left
)
&&
(
int
)(
n_ia32_Sub_subtrahend
)
==
(
int
)(
n_ia32_Cmp_right
),
Cmp_and_Sub_operand_numbers_equal
)
;
Cmp_and_Sub_operand_numbers_equal
)
static
bool
ia32_try_replace_flags
(
ir_node
*
consumers
,
ir_node
*
flags
,
ir_node
*
available
,
int
pn
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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