libFirm
ircgopt.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5 
15 #ifndef FIRM_IR_ICGOPT_H
16 #define FIRM_IR_ICGOPT_H
17 
18 #include <stddef.h>
19 #include "firm_types.h"
20 
21 #include "begin.h"
22 
28 FIRM_API void gc_irgs(size_t n_keep, ir_entity *keep_arr[]);
29 
30 #include "end.h"
31 
32 #endif
struct ir_entity ir_entity
Entity.
Definition: firm_types.h:83