Set dump consts local to false for schedule dumping
[libfirm] / ir / be / bearch_firm.h
1
2 /**
3  * @file   bearch_firm.h
4  * @date   11.05.2005
5  * @author Sebastian Hack
6  *
7  * An instruction set architecture made up of firm nodes.
8  *
9  * Copyright (C) 2005 Universitaet Karlsruhe
10  * Released under the GPL
11  */
12
13 #ifndef _BEARCH_FIRM_H
14 #define _BEARCH_FIRM_H
15
16 #include "bearch.h"
17
18 extern const arch_isa_if_t firm_isa;
19 extern const arch_irn_handler_t firm_irn_handler;
20
21 /* TODO UGLY*/
22 int is_Imm(const ir_node *irn);
23
24 #endif /* _BEARCH_FIRM_H */