added generation of missing function prototypes
[libfirm] / ir / be / firm2arch_nodes_attr.h
1 #ifndef NODES_ATTR_H
2 #define NODES_ATTR_H
3
4 #include "firm_types.h"
5
6 typedef struct {
7   tarval *tv;
8   void *reg_constraints;
9 } asmop_attr;
10
11 #endif