X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fentity.h;h=7c227774cb4c27d94d8756594cb8364e8a01dba0;hb=f101740bb2e4d4fed7f7874e5aa0df33254fc191;hp=66f45b05c1c2d7607e4ab5b26f92503ef8762def;hpb=4dcca4dc32e0484f240a3bd6da13a7de2e70dafc;p=libfirm diff --git a/ir/tr/entity.h b/ir/tr/entity.h index 66f45b05c..7c227774c 100644 --- a/ir/tr/entity.h +++ b/ir/tr/entity.h @@ -371,7 +371,7 @@ int get_compound_graph_path_array_index(compound_graph_path *gr, int pos); void set_compound_graph_path_array_index(compound_graph_path *gr, int pos, int index); /** Checks whether the path up to pos is correct. If the path contains a NULL, - * assumes the path is not complete and returns 'true'. */ + * assumes the path is not complete and returns non-zero. */ int is_proper_compound_graph_path(compound_graph_path *gr, int pos); /* A value of a compound entity is a pair of a value and the description of the @@ -509,7 +509,7 @@ int is_compound_entity(entity *ent); - they have the same type (the same C-struct) - ...? */ -bool equal_entity(entity *ent1, entity *ent2); +int equal_entity(entity *ent1, entity *ent2); /** Outputs a unique number for this entity if libfirm is compiled for debugging, (configure with --enable-debug) else returns 0. */