remove ins_permuted from CMovcc and Setcc constructors (again)
[libfirm] / ir / be / ppc32 / ppc32_map_regs.h
index 800d8dd..fb3b51d 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.
  *
  * PURPOSE.
  */
 
-#ifndef _PPC32_MAP_REGS_H_
-#define _PPC32_MAP_REGS_H_
+/**
+ * @file
+ * @brief   declarations for register allocation interface of ppc32
+ * @author  Moritz Kroll, Jens Mueller
+ * @version $Id$
+ */
+#ifndef FIRM_BE_PPC32_PPC32_MAP_REGS_H
+#define FIRM_BE_PPC32_PPC32_MAP_REGS_H
 
 #include "irnode.h"
 #include "set.h"
 
-#include "../bearch_t.h"
+#include "../bearch.h"
 #include "ppc32_nodes_attr.h"
 
 int  ppc32_cmp_irn_reg_assoc(const void *a, const void *b, size_t len);
@@ -32,4 +38,4 @@ const arch_register_t *ppc32_get_firm_reg(const ir_node *irn, set *reg_set);
 
 long ppc32_translate_proj_pos(const ir_node *proj);
 
-#endif /* _PPC32_MAP_REGS_H_ */
+#endif