- implemented ia32_ClimbFrame() pseudo-instruction
[libfirm] / ir / be / belower.h
index eb646f2..875e6b3 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.
  *
  */
 
 /**
- * Chordal register allocation.
- * @author Christian Wuerdig
- * @date 2005/12/14
- * @cvsid $Id$
+ * @file
+ * @brief       Performs lowering of perm nodes. Inserts copies to assure register constraints.
+ * @author      Christian Wuerdig
+ * @date        14.12.2005
+ * @version     $Id$
  */
-#ifndef _BELOWER_H_
-#define _BELOWER_H_
+#ifndef FIRM_BE_BELOWER_H
+#define FIRM_BE_BELOWER_H
 
 #include "beirg.h"
 
 void assure_constraints(be_irg_t *birg);
 void lower_nodes_after_ra(be_irg_t *birg, int do_copy);
 
-#endif /* _BELOWER_H_ */
+#endif /* FIRM_BE_BELOWER_H */