the new streng_red
[libfirm] / ir / opt / strength_red.h
1 /**
2  *
3  * @file strength_red.h
4  *
5  * Project:     libFIRM
6  * File name:   ir/opt/strenth_red.h
7  * Purpose:     Strength reduction.
8  * Author:      Beyhan Veliev
9  * Modified by:
10  * Created:     22.8.2003
11  * CVS-ID:      $Id$
12  * Copyright:   (c) 2003 Universität Karlsruhe
13  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
14  *
15  *
16  *
17  *
18  */
19
20
21 # ifndef _STRENGTH_RED_H_
22 # define _STRENGTH_RED_H_
23
24 # include "irgraph.h"
25
26 /** Performs strength reduction for the passed graph. */
27 void reduce_strength(ir_graph *irg);
28
29
30
31 #endif /* _STRENGTH_RED_H_ */