Added new get_irn_pinned() function
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Oct 2004 09:03:59 +0000 (09:03 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Oct 2004 09:03:59 +0000 (09:03 +0000)
[r4105]

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.