Test case for historical reasons
[libfirm] / ir / be / ppc32 / ppc32_nodes_attr.h
index e9770c1..f504a72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -26,6 +26,7 @@
 #ifndef FIRM_BE_PPC32_PPC32_NODES_ATTR_H
 #define FIRM_BE_PPC32_PPC32_NODES_ATTR_H
 
+#include "irnode_t.h"
 #include "../bearch_t.h"
 
 typedef struct
@@ -51,6 +52,7 @@ typedef enum {
 } ppc32_attr_offset_mode;
 
 typedef struct _ppc32_attr_t {
+       except_attr  exc;           /**< the exception attribute. MUST be the first one. */
        arch_irn_flags_t flags;     /**< indicating if spillable, rematerializeable ... etc. */
 
        const arch_register_req_t **in_req;  /**< register requirements for arguments */