X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt.h;h=acb9a3082f4f0eee98e672bf6a57b9a4a97281d9;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=20dc04dfa0f18c97a2eb24d6ef4a16ed1b6bed3f;hpb=b2e11274ee969200b5e3e5135d05c4845de3a39f;p=libfirm diff --git a/ir/ir/iropt.h b/ir/ir/iropt.h index 20dc04dfa..acb9a3082 100644 --- a/ir/ir/iropt.h +++ b/ir/ir/iropt.h @@ -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);