Several BugFixes and updates:
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE.c
index 9debbbc..dbdb59f 100644 (file)
@@ -1,5 +1,27 @@
-/* The main TEMPLATE backend driver file. */
-/* $Id$ */
+/*
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
+ */
+
+/**
+ * @file
+ * @brief    The main TEMPLATE backend driver file.
+ * @version  $Id$
+ */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -14,7 +36,7 @@
 #include "bitset.h"
 #include "debug.h"
 
-#include "../bearch_t.h"                /* the general register allocator interface */
+#include "../bearch_t.h"
 #include "../benode_t.h"
 #include "../belower.h"
 #include "../besched_t.h"
@@ -25,8 +47,8 @@
 
 #include "bearch_TEMPLATE_t.h"
 
-#include "TEMPLATE_new_nodes.h"           /* TEMPLATE nodes interface */
-#include "gen_TEMPLATE_regalloc_if.h"     /* the generated interface (register type and class defenitions) */
+#include "TEMPLATE_new_nodes.h"
+#include "gen_TEMPLATE_regalloc_if.h"
 #include "TEMPLATE_transform.h"
 #include "TEMPLATE_emitter.h"
 #include "TEMPLATE_map_regs.h"
@@ -270,7 +292,7 @@ static void TEMPLATE_emit_and_done(void *self) {
 
        /* de-allocate code generator */
        del_set(cg->reg_set);
-       free(self);
+       free(cg);
 }
 
 static void *TEMPLATE_cg_init(be_irg_t *birg);