rename be_pos_XXX to n_be_XXX to be consistent with the architecture specific constants
[libfirm] / ir / be / ia32 / ia32_util.c
index 2577414..ba6fe67 100644 (file)
@@ -23,9 +23,7 @@
  * @author      Christian Wuerdig, Matthias Braun
  * @version     $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <assert.h>
 
@@ -63,7 +61,8 @@ ir_node *ia32_get_proj_for_mode(const ir_node *irn, ir_mode *mode)
  * @param irn  The irn
  * @param First proj with mode != mode_M or NULL if none found
  */
-ir_node *ia32_get_res_proj(const ir_node *irn) {
+ir_node *ia32_get_res_proj(const ir_node *irn)
+{
        const ir_edge_t *edge;
        ir_node         *src;