made code C89 compliant (changed unnamed union in attributes)
[libfirm] / ir / be / TEMPLATE / TEMPLATE_nodes_attr.h
index 156ef65..e33c734 100644 (file)
@@ -5,7 +5,8 @@
 
 typedef struct _TEMPLATE_register_req_t {
        const arch_register_req_t req;
-       int pos;   /**<< in case of "should be same/different" we need to remember the pos to get the irn */
+       int same_pos;        /**<< in case of "should be same" we need to remember the pos to get the irn */
+       int different_pos;   /**<< in case of "should be different" we need to remember the pos to get the irn */
 } TEMPLATE_register_req_t;