X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firnode.h;h=157f4730256016950737c0b3d7cccb9a8f80628d;hb=2c95d635ef7dc3a9c04b983f14496167dbec3608;hp=413f45d6e4883cc7eeb65e0d029a0ae19557699f;hpb=b6c55845bf9eed2fe33f4292a8960b474051f7d6;p=libfirm diff --git a/include/libfirm/irnode.h b/include/libfirm/irnode.h index 413f45d6e..157f47302 100644 --- a/include/libfirm/irnode.h +++ b/include/libfirm/irnode.h @@ -185,7 +185,7 @@ ir_op *get_irn_op(const ir_node *node); /** Sets the opcode struct of the node. */ void set_irn_op(ir_node *node, ir_op *op); /** Gets the opcode-enum of the node. */ -ir_opcode get_irn_opcode(const ir_node *node); +unsigned get_irn_opcode(const ir_node *node); /** Get the string representation of the opcode. */ const char *get_irn_opname(const ir_node *node); /** Get the ident for a string representation of the opcode. */