invalidate analyse info if loop unrolling take place
[libfirm] / ir / opt / loop_unrolling.h
1 /**
2  *
3  * @file loop_unrolling.h
4  *
5  * Project:     libFIRM
6  * File name:   ir/opt/loop_unrolling.h
7  * Purpose:     Loop unrolling.
8  * Author:      Beyhan Veliev
9  * Modified by:
10  * Created:     16.11.2004
11  * CVS-ID:      $Id$
12  * Copyright:   (c) 2004 Universität Karlsruhe
13  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
14  *
15  *
16  *
17  *
18  */
19
20
21 # ifndef _LOOP_UNROLLING_H_
22 # define _LOOP_UNROLLING_H_
23
24 # include "irgraph.h"
25
26 /** Loop unrolling.
27  *
28  */
29
30 void optimize_loop_unrolling (ir_graph *irg);
31
32
33 #endif  /* _LOOP_UNROLLING_H_ */