libFirm 1.20
Deleted node

Internal node which is temporary set to nodes which are already removed from the graph. More...

Functions

int is_Deleted (const ir_node *node)
 Test if node is a Deleted.
ir_opget_op_Deleted (void)
 Returns opcode for Deleted nodes.

Variables

ir_opop_Deleted
 Deleted opcode.

Detailed Description

Internal node which is temporary set to nodes which are already removed from the graph.


Function Documentation

ir_op* get_op_Deleted ( void  )

Returns opcode for Deleted nodes.

int is_Deleted ( const ir_node node)

Test if node is a Deleted.

Returns:
1 if the node is a Deleted node, 0 otherwise

Variable Documentation

Deleted opcode.

Definition at line 189 of file opcodes.h.