From: Michael Beck Date: Thu, 19 Jul 2007 14:33:27 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0f4b06d39212abe92e8ca955f2382b16a4cfd137;p=libfirm typo fixed [r15251] --- diff --git a/ir/tr/entity.c b/ir/tr/entity.c index 248fdcbb1..16d71fb51 100644 --- a/ir/tr/entity.c +++ b/ir/tr/entity.c @@ -832,7 +832,8 @@ static int equal_paths(compound_graph_path *path1, int *visited_indices, compoun * Returns the position of a value with the given path. * The path must contain array indices for all array element entities. * - * @todo This implementation is very low and should be replaced when the new tree oriented + * @todo This implementation is very slow (O(number of initializers^2) and should + * be replaced when the new tree oriented * value representation is finally implemented. */ static int get_compound_ent_pos_by_path(ir_entity *ent, compound_graph_path *path) {