Reassoiation optimization added
[libfirm] / ir / opt / reassoc_t.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/opt/reassoc_t.h
4  * Purpose:     Reassociation
5  * Author:      Michael Beck
6  * Created:
7  * CVS-ID:      $Id$
8  * Copyright:   (c) 1998-2004 Universität Karlsruhe
9  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
10  */
11
12 /**
13  * @file reassoc_t.h
14  *
15  * Reassociation optimization.
16  *
17  * @author Michael Beck
18  */
19 #ifndef _REASSOC_T_H_
20 #define _REASSOC_T_H_
21
22 #include "reassoc.h"
23
24 /** Initialise the ressociation optimization */
25 void firm_init_reassociation(void);
26
27 #endif /* _REASSOC_T_H_ */