bechordal_draw: Remove the write-only attribute max_color from struct draw_chordal_env_t.
[libfirm] / ir / ana / trouts_t.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief    Reverse edges that reference types/entities.
9  * @author   Goetz Lindenmaier
10  * @date     29.10.2004
11  */
12 #ifndef FIRM_ANA_TROUTS_T_H
13 #define FIRM_ANA_TROUTS_T_H
14
15 #include "trouts.h"
16
17 void add_type_pointertype_to(const ir_type *tp, ir_type *ptp);
18 void add_type_arraytype_of(const ir_type *tp, ir_type *atp);
19
20 #endif