X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenodesets.c;h=096fb5a98b2eca3ece5972acff0bb2abda309bc7;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=9ed33ba9d30fff74270bddf97002682fcee323d1;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/benodesets.c b/ir/be/benodesets.c index 9ed33ba9d..096fb5a98 100644 --- a/ir/be/benodesets.c +++ b/ir/be/benodesets.c @@ -17,6 +17,15 @@ * PURPOSE. */ +/** + * @file + * @brief A lightweight wrapper around pset to store IR nodes. + * @author Michael Beck + * @version $Id$ + * + * In some algorithms we want a more deterministic behavior + * which the pset_ptr did not guarantee due to it's hash function + */ #ifdef HAVE_CONFIG_H #include "config.h" #endif