X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firnode.h;h=b1a89a369258107634a29c3b966184215a4bd340;hb=29fff22a0aac95ec7acfe76c862b93839acf9a0a;hp=b2c6e785b894d811cf170b8a25e263f88c5aa9fc;hpb=ce6161a7e42a48f7422b7babcc64d8ace18e2687;p=libfirm diff --git a/include/libfirm/irnode.h b/include/libfirm/irnode.h index b2c6e785b..b1a89a369 100644 --- a/include/libfirm/irnode.h +++ b/include/libfirm/irnode.h @@ -154,10 +154,6 @@ FIRM_API void del_Sync_n(ir_node *n, int i); FIRM_API void set_irn_mode(ir_node *node, ir_mode *mode); /** Gets the mode struct of a node. */ FIRM_API ir_mode *get_irn_mode(const ir_node *node); -/** Gets the ident for a string representation of the mode .*/ -FIRM_API ident *get_irn_modeident(const ir_node *node); -/** Gets the string representation of the mode .*/ -FIRM_API const char *get_irn_modename(const ir_node *node); /** Gets the opcode struct of the node. */ FIRM_API ir_op *get_irn_op(const ir_node *node); /** Sets the opcode struct of the node. */