X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemain.c;h=751c445e2f833904472478be1850ab8b9e8e4b97;hb=48f0393daa5d5a14ed7e3e32ee2b090759c9371e;hp=0243bc4dd17d3eee2edd9028279bf4f7b4ab586d;hpb=f4e0c424e0306a178d298be505535dd387810ca2;p=libfirm diff --git a/ir/be/bemain.c b/ir/be/bemain.c index 0243bc4dd..751c445e2 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -498,7 +498,7 @@ static void be_main_loop(FILE *file_handle, const char *cup_name) /** * Create execution frequencies from profile data or estimate some */ - if(be_profile_has_data()) { + if (be_profile_has_data()) { birg->execfreqs = be_create_execfreqs_from_profile(irg); } else { birg->execfreqs = compute_execfreq(irg, 10); @@ -537,7 +537,7 @@ static void be_main_loop(FILE *file_handle, const char *cup_name) Since the code generator made a lot of new nodes and skipped a lot of old ones, we should do dead node elimination here. Note that this requires disabling the edges here. - */ + */ edges_deactivate(irg); //dead_node_elimination(irg); edges_activate(irg);