bechordal: Remove the write-only attribute pressure from struct border_t.
[libfirm] / ir / be / beblocksched.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief       Block schedule calculation.
9  * @author      Matthias Braun, Christoph Mallon
10  * @date        27.09.2006
11  */
12 #ifndef FIRM_BE_BEBLOCKSCHED_H
13 #define FIRM_BE_BEBLOCKSCHED_H
14
15 #include "firm_types.h"
16
17 ir_node **be_create_block_schedule(ir_graph *irg);
18
19 #endif