add correct compare functions for be nodes
[libfirm] / ir / be / bemodule.c
index d192139..35377d8 100644 (file)
  * PURPOSE.
  */
 
-/*
- * Author:      Matthias Braun
- * Date:        29.09.2005
- * Copyright:   (c) Universitaet Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- * CVS-Id:      $Id$
+/**
+ * @file
+ * @brief       Backend module interface.
+ * @author      Matthias Braun
+ * @date        29.09.2005
+ * @version     $Id$
  */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -43,6 +43,7 @@ void be_init_chordal_main(void);
 void be_init_copycoal(void);
 void be_init_copyheur2(void);
 void be_init_copyheur3(void);
+void be_init_copyheur4(void);
 void be_init_copystat(void);
 void be_init_arch_ia32(void);
 void be_init_arch_ppc32(void);
@@ -91,6 +92,7 @@ void be_init_modules(void)
        be_init_chordal();
        be_init_copycoal();
        be_init_copyheur2();
+       be_init_copyheur4();
        be_init_copystat();
        be_init_ra();
        be_init_spillbelady();