becopyopt: Inline the thin wrapper nodes_interfere(), so we do not need to fetch...
[libfirm] / ir / be / TEMPLATE / TEMPLATE_nodes_attr.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   attributes attached to all TEMPLATE nodes
9  */
10 #ifndef FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
11 #define FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
12
13 #include "bearch.h"
14
15 typedef struct TEMPLATE_attr_t  TEMPLATE_attr_t;
16
17 struct TEMPLATE_attr_t
18 {
19         ir_tarval *value;
20 };
21
22 #endif