move backend into libfirm
[libfirm] / ir / ir / irphase.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/ir/irphase.h
4  * Purpose:     Phase information handling using node indexes.
5  * Author:      Sebastian Hack
6  * Modified by:
7  * Created:
8  * CVS-ID:      $Id$
9  * Copyright:   (c) 1998-2006 Universitaet Karlsruhe
10  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11  */
12
13 #ifndef _FIRM_IR_PHASE_H
14 #define _FIRM_IR_PHASE_H
15
16 typedef struct _phase_t phase_t;
17
18 #endif  /* _FIRM_IR_PHASE_H */