fixed CRLF
[libfirm] / ir / ana / compute_loop_info.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/ana/compute_loop_info.h
4  * Purpose:     Construct some loop infromation.
5  * Author:      Beyhan Veliev
6  * Created:
7  * CVS-ID:      $Id$
8  * Copyright:   (c) 1998-2005 Universität Karlsruhe
9  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
10  */
11 #ifndef _COMPUTE_LOOP_INFO_
12 #define _COMPUTE_LOOP_INFO_
13
14 #include "irgraph.h"
15
16 void compute_loop_info(ir_graph *irg);
17
18 #endif  /* _COMPUTE_LOOP_INFO_ */