X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firnodemap.h;h=065933fd937b53316743c004dc512976522b2367;hb=31ef53136fdb86d4a98919c2148c95cadea4ea81;hp=b0cc076d3e6729dd0928a732acafc4f120bd7b0b;hpb=86e591b1f6ec4a47f7ae14216582f45274a2fd46;p=libfirm diff --git a/ir/ir/irnodemap.h b/ir/ir/irnodemap.h index b0cc076d3..065933fd9 100644 --- a/ir/ir/irnodemap.h +++ b/ir/ir/irnodemap.h @@ -31,7 +31,6 @@ #define _FIRM_IRNODEMAP_H_ #include "irnode.h" -#include "xmalloc.h" typedef struct ir_nodemap_entry_t { const ir_node *node; @@ -97,7 +96,7 @@ void ir_nodemap_remove(ir_nodemap_t *nodemap, const ir_node *node); * * @param nodemap Pointer to the nodemap * @param node The pointer to find - * @returns 1 if nodemap contains the node, 0 else + * @returns the associated data of the node or NULL */ void *ir_nodemap_get(const ir_nodemap_t *nodemap, const ir_node *node);