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
c78b17e2
Commit
c78b17e2
authored
Feb 25, 2014
by
yb9976
Browse files
Fixed some typos.
parent
56e23902
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
c78b17e2
...
...
@@ -150,8 +150,8 @@ int value_not_null(const ir_node *n, const ir_node **confirm)
continue
;
}
/* we can ignore Sels: either the base pointer points to null or
* if it does
n'
t then members addresses cannot be at NULL or we have
* undefined behavio
u
r because we are obviously not pointing to an
* if it does
no
t then members addresses cannot be at NULL or we have
* undefined behavior because we are obviously not pointing to an
* object. */
if
(
is_Sel
(
n
))
{
n
=
get_Sel_ptr
(
n
);
...
...
@@ -415,7 +415,7 @@ static ir_tarval *computed_value_Or(const ir_node *n)
ir_tarval
*
tb
=
value_of
(
b
);
if
(
ta
!=
tarval_unknown
&&
tb
!=
tarval_unknown
)
return
tarval_or
(
ta
,
tb
);
return
tarval_or
(
ta
,
tb
);
if
(
tarval_is_all_one
(
ta
))
return
ta
;
if
(
tarval_is_all_one
(
tb
))
return
tb
;
...
...
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