beflags: transform modifies_flags property into a callback, use default rematerialisa...
[libfirm] / ir / opt / funccall.c
index 8b0554f..83f479f 100644 (file)
@@ -25,8 +25,6 @@
  */
 #include "config.h"
 
-#include <adt/raw_bitset.h>
-
 #include "opt_init.h"
 
 #include "irnode_t.h"
@@ -43,6 +41,7 @@
 #include "iroptimize.h"
 #include "analyze_irg_args.h"
 #include "irhooks.h"
+#include "raw_bitset.h"
 #include "debug.h"
 
 DEBUG_ONLY(static firm_dbg_module_t *dbg;)
@@ -241,7 +240,7 @@ static void fix_const_call_lists(ir_graph *irg, env_t *ctx)
                        break;
                }
                default:
-                       ;
+                       break;
                }
        }
 
@@ -380,7 +379,7 @@ static void fix_nothrow_call_list(ir_graph *irg, ir_node *call_list, ir_node *pr
                        break;
                }
                default:
-                       ;
+                       break;
                }
        }
 
@@ -404,7 +403,6 @@ static void fix_nothrow_call_list(ir_graph *irg, ir_node *call_list, ir_node *pr
 
 /* forward */
 static unsigned check_const_or_pure_function(ir_graph *irg, int top);
-static unsigned check_nothrow_or_malloc(ir_graph *irg, int top);
 
 /**
  * Calculate the bigger property of two. Handle the temporary flag right.