Removed unused block parameter from Const constructors
[libfirm] / ir / be / beuses.c
index 61172aa..7da6b4f 100644 (file)
@@ -24,9 +24,7 @@
  * @date        27.06.2005
  * @version     $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <limits.h>
 #include <stdlib.h>
@@ -162,7 +160,7 @@ static int be_is_phi_argument(const ir_node *block, const ir_node *def)
        return 0;
 }
 
-static INLINE
+static inline
 unsigned get_step(const ir_node *node)
 {
        return PTR_TO_INT(get_irn_link(node));