From 2cee4704915e0e2ecc85568536570601419a251b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 6 Jul 2006 23:16:58 +0000 Subject: [PATCH] *** empty log message *** [r8013] --- ir/ir/irop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1