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
f2b09353
Commit
f2b09353
authored
Nov 19, 2005
by
Michael Beck
Browse files
typos fixed
[r6972]
parent
9132c9c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/ldstopt.c
View file @
f2b09353
...
...
@@ -289,7 +289,7 @@ static entity *find_constant_entity(ir_node *ptr)
entity
*
ent
=
get_Sel_entity
(
ptr
);
type
*
tp
=
get_entity_owner
(
ent
);
/* Do not fiddle
about
polymorph
y
. */
/* Do not fiddle
with
polymorph
ism
. */
if
(
is_Class_type
(
get_entity_owner
(
ent
))
&&
((
get_entity_n_overwrites
(
ent
)
!=
0
)
||
(
get_entity_n_overwrittenby
(
ent
)
!=
0
)
)
)
...
...
@@ -464,7 +464,7 @@ static unsigned optimize_load(ir_node *load)
}
/* Load from a constant polymorphic field, where we can resolve
polymorph
y
. */
polymorph
ism
. */
new_node
=
transform_node_Load
(
load
);
if
(
new_node
!=
load
)
{
if
(
info
->
projs
[
pn_Load_M
])
{
...
...
@@ -920,7 +920,7 @@ static unsigned optimize_phi(ir_node *phi, void *env)
}
/**
* walker, do the opti
i
mizations
* walker, do the optimizations
*/
static
void
do_load_store_optimize
(
ir_node
*
n
,
void
*
env
)
{
...
...
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