68e479554e8d4f4d754aea4e1383f1e77c655723
[libfirm] / ir / ir / iropt_t.h
1 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
2 ** All rights reserved.
3 **
4 ** Authors: Martin Trapp, Christian Schaefer
5 **
6 ** Declarations for optimizations intertwined with IR construction.
7 */
8
9 # ifndef _IROPT_T_H_
10 # define _IROPT_T_H_
11
12 # include "pset.h"
13 # include "iropt.h"
14
15 pset *new_identities (void);
16 void del_identities (pset *value_table);
17
18 # endif /* _IROPT_T_H_ */