From c71681c22466590a76c12aa0fdc805cb837af2a0 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 26 Sep 2008 17:17:40 +0000 Subject: [PATCH] Fix comments. [r22301] --- ir/opt/ldstopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/ldstopt.c b/ir/opt/ldstopt.c index 3dd09b741..3463b60da 100644 --- a/ir/opt/ldstopt.c +++ b/ir/opt/ldstopt.c @@ -361,7 +361,7 @@ static compound_graph_path *rec_get_accessed_path(ir_node *ptr, int depth) { if (is_SymConst(ptr)) { /* a SymConst. If the depth is 0, this is an access to a global * entity and we don't need a component path, else we know - * at least it's length. + * at least its length. */ assert(get_SymConst_kind(ptr) == symconst_addr_ent); root = get_SymConst_entity(ptr); @@ -727,7 +727,7 @@ static void reduce_adr_usage(ir_node *ptr) { ldst_info_t *info = get_irn_link(pred); info->projs[get_Proj_proj(ptr)] = NULL; - /* this node lost it's result proj, handle that */ + /* this node lost its result proj, handle that */ handle_load_update(pred); } } -- 2.20.1