added nolea option to switch of LEA optimization
[libfirm] / ir / be / beabi_t.h
index 790d4e3..03a88e6 100644 (file)
@@ -6,7 +6,10 @@
 #ifndef _BEABI_T_h
 #define _BEABI_T_h
 
-typedef struct _be_abi_call_t be_abi_call_t;
-typedef struct _be_abi_irg_t  be_abi_irg_t;
+typedef struct _be_abi_call_flags_bits_t be_abi_call_flags_bits_t;
+typedef union  _be_abi_call_flags_t      be_abi_call_flags_t;
+typedef struct _be_abi_callbacks_t       be_abi_callbacks_t;
+typedef struct _be_abi_call_t            be_abi_call_t;
+typedef struct _be_abi_irg_t             be_abi_irg_t;
 
 #endif