X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firnode_t.h;h=f5050e934a5bfe4dc0122cfb86c42b4122b188a3;hb=637542932dc27dcdfc7def09b58d9d5d4c34fb77;hp=cad918e8a35cde15fb8d52fadc0d27c73f2f5d53;hpb=0df8740ce31993f0e0994e2ecf6da2125775ffbb;p=libfirm diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index cad918e8a..f5050e934 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -504,7 +504,7 @@ static INLINE op_pin_state _get_irn_pinned(const ir_node *node) { op_pin_state state; assert(node && _is_ir_node(node)); - state = __get_op_pinned(_get_irn_op(node)); + state = _get_op_pinned(_get_irn_op(node)); if (state >= op_pin_state_exc_pinned) return get_opt_fragile_ops() ? node->attr.except.pin_state : op_pin_state_pinned; return state;