Deleted generated files from svn, there are (re-)created by sparc_spec.pl.
[libfirm] / ir / be / ppc32 / ppc32_map_regs.c
index 606e0ad..7a5a6ed 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.
  *
@@ -23,9 +23,7 @@
  * @author  Moritz Kroll, Jens Mueller
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdlib.h>
 
@@ -42,6 +40,7 @@ struct ppc32_irn_reg_assoc {
 int ppc32_cmp_irn_reg_assoc(const void *a, const void *b, size_t len) {
        const struct ppc32_irn_reg_assoc *x = a;
        const struct ppc32_irn_reg_assoc *y = b;
+       (void) len;
 
        return x->irn != y->irn;
 }