Added new get_irn_pinned() function
[libfirm] / ir / ir / irnode.c
index bf5f34a..a8bfe2a 100644 (file)
@@ -353,6 +353,11 @@ void *
   return __get_irn_link(node);
 }
 
+op_pin_state
+(get_irn_pinned)(const ir_node *node) {
+  return __get_irn_pinned(node);
+}
+
 
 #ifdef DO_HEAPANALYSIS
 /* Access the abstract interpretation information of a node.