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
8767a8c7
Commit
8767a8c7
authored
May 05, 2011
by
Christoph Mallon
Browse files
Fix embarrassing typo in fp-vrp.
parent
44d2b5e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/fp-vrp.c
View file @
8767a8c7
...
...
@@ -324,7 +324,7 @@ undefined:
if
((
get_Confirm_relation
(
irn
)
&
~
ir_relation_unordered
)
==
ir_relation_equal
)
{
bitinfo
*
const
bound_b
=
get_bitinfo
(
get_Confirm_bound
(
irn
));
z
=
tarval_and
(
z
,
bound_b
->
z
);
z
=
tarval_or
(
o
,
bound_b
->
o
);
o
=
tarval_or
(
o
,
bound_b
->
o
);
}
break
;
}
...
...
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