replaced malloc by xmalloc
[libfirm] / ir / be / beifg_impl.h
1 /**
2  * @file   beifg_impl.h
3  * @date   01.12.2005
4  * @author Sebastian Hack
5  *
6  * Copyright (C) 2005 Universitaet Karlsruhe
7  * Released under the GPL
8  *
9  * Constructors for different implementations of
10  * chordal interference graphs.
11  */
12
13 #ifndef _BEIFG_IMPL_H
14 #define _BEIFG_IMPL_H
15
16 #include "bechordal_t.h"
17
18 be_ifg_t *be_ifg_std_new(const be_chordal_env_t *env);
19
20 #endif /* _BEIFG_IMPL_H */