shouldn't be here anymore
[libfirm] / ir / be / bearch.h
index 074c56a..edbf7cf 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.
  *
@@ -29,6 +29,7 @@
 #include "firm_types.h"
 #include "bitset.h"
 #include "be.h"
+#include "obst.h"
 
 typedef struct arch_register_class_t     arch_register_class_t;
 typedef struct arch_register_req_t       arch_register_req_t;
@@ -143,10 +144,8 @@ typedef enum arch_irn_flags_t {
  */
 extern const char *arch_irn_flag_str(arch_irn_flags_t flag);
 
-#if 0
 extern const arch_irn_ops_t *arch_get_irn_ops(const arch_env_t *env,
                                               const ir_node *irn);
-#endif
 
 extern void arch_set_frame_offset(const arch_env_t *env, ir_node *irn, int bias);