From: Götz Lindenmaier Date: Fri, 12 Nov 2004 09:04:36 +0000 (+0000) Subject: firmjni fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b0b7ef8dec4cf435de9bdf1e3222c3c2c068fb25;p=libfirm firmjni fix [r4385] --- diff --git a/ir/ir/irop.h b/ir/ir/irop.h index 672bc75d1..1a7170df6 100644 --- a/ir/ir/irop.h +++ b/ir/ir/irop.h @@ -121,7 +121,7 @@ typedef enum { op_pin_state_pinned, /**< 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 + op_pin_state_mem_pinned /**< Node must be remain in this basic block if it can throw an exception or uses memory, else can float. Used internally. */ } op_pin_state;