From f2b093531ac1a320f7d48423de5853ed665f6c7d Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 19 Nov 2005 09:41:21 +0000 Subject: [PATCH] typos fixed [r6972] --- ir/opt/ldstopt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/opt/ldstopt.c b/ir/opt/ldstopt.c index 9a0bff899..9d5b1977b 100644 --- a/ir/opt/ldstopt.c +++ b/ir/opt/ldstopt.c @@ -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 polymorphy. */ + /* Do not fiddle with polymorphism. */ 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 - polymorphy. */ + polymorphism. */ 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 optiimizations + * walker, do the optimizations */ static void do_load_store_optimize(ir_node *n, void *env) { -- 2.20.1