CVS:
[libfirm] / ir / ir / iropt.h
index 20dc04d..acb9a30 100644 (file)
@@ -12,8 +12,6 @@
 # include "irnode.h"
 # include "irgraph.h"
 # include "irflag.h"
-# include "pset.h"
-# include "tune.h"
 
 /* optimize_in_place (n) may change the contents of the ir_node itself,
    [e.g. by making it a Id-node], but does not change its identity.
@@ -26,9 +24,6 @@
 
 tarval *computed_value (ir_node *n);
 
-pset *new_identities (void);
-void del_identities (pset *value_table);
-
 ir_node *optimize (ir_node *n);
 ir_node *optimize_in_place (ir_node *n);