X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Ffunccall.c;h=83f479f6419d398e0c45bfad7be3cd36166cb20f;hb=e07d8cc4c40976bebaf73f77f3bfba7461dd491e;hp=8b0554f1efb5b0e8c5d5ace1c0ed38bdbfd1d40b;hpb=32ea6ea0320f551448bb66e534e3351977464d42;p=libfirm diff --git a/ir/opt/funccall.c b/ir/opt/funccall.c index 8b0554f1e..83f479f64 100644 --- a/ir/opt/funccall.c +++ b/ir/opt/funccall.c @@ -25,8 +25,6 @@ */ #include "config.h" -#include - #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.