- Added 2 new blockschedulers, a greedy algorithm and an "optimal" ILP that
[libfirm] / ir / be / beabi_t.h
index 03a88e6..c17f095 100644 (file)
@@ -1,6 +1,6 @@
 
 /**
- * Type declarations for the BAI module.
+ * Type declarations for the ABI module.
  */
 
 #ifndef _BEABI_T_h
@@ -11,5 +11,6 @@ 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;
+typedef struct _be_stack_layout_t        be_stack_layout_t;
 
 #endif