becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / TEMPLATE / TEMPLATE_new_nodes.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Function prototypes for the assembler ir node constructors.
9  */
10 #ifndef FIRM_BE_TEMPALTE_TEMPLATE_NEW_NODES_H
11 #define FIRM_BE_TEMPLATE_TEMPLATE_NEW_NODES_H
12
13 #include "TEMPLATE_nodes_attr.h"
14
15 /**
16  * Returns the attributes of an TEMPLATE node.
17  */
18 TEMPLATE_attr_t *get_TEMPLATE_attr(ir_node *node);
19
20 const TEMPLATE_attr_t *get_TEMPLATE_attr_const(const ir_node *node);
21
22 /* Include the generated headers */
23 #include "gen_TEMPLATE_new_nodes.h"
24
25 #endif