X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firop.h;h=a8f4d766a5a45f98417f520162afeea71b8f708f;hb=014643c20bee2345c928105e06c815d4f083753a;hp=6540751c55d7de6ff969581d2a45f1c256f5d0bd;hpb=b22c964ef444b645e15f23c60bf3a02d95f85a27;p=libfirm diff --git a/ir/ir/irop.h b/ir/ir/irop.h index 6540751c5..a8f4d766a 100644 --- a/ir/ir/irop.h +++ b/ir/ir/irop.h @@ -173,7 +173,7 @@ opcode get_op_code(const ir_op *op); /** op_pin_state_pinned states */ typedef enum { op_pin_state_floats = 0, /**< Nodes of this opcode can be placed in any basic block. */ - op_pin_state_pinned, /**< Nodes must remain in this basic block. */ + op_pin_state_pinned = 1, /**< Nodes must remain in this basic block. */ op_pin_state_exc_pinned, /**< Node must be remain in this basic block if it can throw an exception, else can float. Used internally. */ op_pin_state_mem_pinned /**< Node must be remain in this basic block if it can throw an