update NEWS, fix warning, remove unnecessary genconfigure.sh (use autoreconf)
authorMatthias Braun <matze@braunis.de>
Wed, 28 Jan 2009 20:22:14 +0000 (20:22 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 28 Jan 2009 20:22:14 +0000 (20:22 +0000)
[r25388]

NEWS
genconfigure.sh [deleted file]
ir/ir/iropt.c

diff --git a/NEWS b/NEWS
index 8002370..6d0e3f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-====== libFirm 1.16.0 (XXXX) ======
+====== libFirm 1.16.0 (2009-01-28) ======
 * bugfixes
+* support for builtin nodes
 
 ====== libFirm 1.15.0 (2008-12-01) ======
 * bugfixes
diff --git a/genconfigure.sh b/genconfigure.sh
deleted file mode 100755 (executable)
index 98eebc5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-libtoolize --copy
-aclocal
-autoheader
-automake --include-deps --add-missing --foreign --copy
-autoconf
index 6b212d1..ed62432 100644 (file)
@@ -6094,6 +6094,8 @@ static int node_cmp_attr_ASM(ir_node *a, ir_node *b) {
 /** Compares the inexistent attributes of two Dummy nodes. */
 static int node_cmp_attr_Dummy(ir_node *a, ir_node *b)
 {
+       (void) a;
+       (void) b;
        return 1;
 }