Add remove_tuples function
[libfirm] / ir / ir / irnode.c
index ec62d77..99a7b2e 100644 (file)
@@ -1709,18 +1709,6 @@ dbg_info *(get_irn_dbg_info)(const ir_node *n)
        return _get_irn_dbg_info(n);
 }
 
-/* checks whether a node represents a global address */
-int is_Global(const ir_node *node)
-{
-       return is_SymConst_addr_ent(node);
-}
-
-/* returns the entity of a global address */
-ir_entity *get_Global_entity(const ir_node *node)
-{
-       return get_SymConst_entity(node);
-}
-
 /*
  * Calculate a hash value of a node.
  */