be_abi_put_ignore_regs returns now number of ignore registers as unsigned
[libfirm] / ir / be / TEMPLATE / TEMPLATE_emitter.h
index 4ec1067..d4f4031 100644 (file)
  * PURPOSE.
  */
 
-#ifndef _TEMPLATE_EMITTER_H_
-#define _TEMPLATE_EMITTER_H_
+/**
+ * @file
+ * @brief    declarations for emit functions
+ * @version  $Id$
+ */
+#ifndef FIRM_BE_TEMPLATE_TEMPLATE_EMITTER_H
+#define FIRM_BE_TEMPLATE_TEMPLATE_EMITTER_H
 
-#include "irargs_t.h"  // this also inlucdes <libcore/lc_print.h>
+#include "irargs_t.h"
 #include "irnode.h"
 #include "debug.h"
 
@@ -34,7 +39,6 @@ typedef struct _TEMPLATE_emit_env_t {
        const arch_env_t          *arch_env;
        const TEMPLATE_code_gen_t *cg;
        TEMPLATE_isa_t            *isa;
-       DEBUG_ONLY(firm_dbg_module_t *mod;)
 } TEMPLATE_emit_env_t;
 
 void TEMPLATE_emit_source_register(TEMPLATE_emit_env_t *env, const ir_node *node, int pos);
@@ -46,4 +50,4 @@ const char *get_TEMPLATE_in_reg_name(ir_node *irn, int pos);
 
 void TEMPLATE_gen_routine(const TEMPLATE_code_gen_t *cg, ir_graph *irg);
 
-#endif /* _TEMPLATE_EMITTER_H_ */
+#endif