becopyilp: Inline struct size_red_t into struct ilp_env_t.
[libfirm] / ir / kaps / bucket_t.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Node/edge bucket data types.
9  * @date    30.11.2008
10  * @author  Sebastian Buchwald
11  */
12 #ifndef KAPS_BUCKET_T_H
13 #define KAPS_BUCKET_T_H
14
15 #include "pbqp_t.h"
16
17 typedef pbqp_node_t** pbqp_node_bucket_t;
18 typedef pbqp_edge_t** pbqp_edge_bucket_t;
19
20 #endif /* KAPS_BUCKET_T_H */