X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fjumpthreading.c;h=1412eb8af2bebaa769224c34a86e6d652cc85eea;hb=f2c2e45eb4e677fef5bf6a8e418b2a22441172d5;hp=e2e4866f08413de93015b24db74f3f954cd229b5;hpb=d1c902c90f627d1f48017a6afb1212f0d1397cff;p=libfirm diff --git a/ir/opt/jumpthreading.c b/ir/opt/jumpthreading.c index e2e4866f0..1412eb8af 100644 --- a/ir/opt/jumpthreading.c +++ b/ir/opt/jumpthreading.c @@ -430,7 +430,7 @@ static ir_node *find_const_or_confirm(jumpthreading_env_t *env, ir_node *jump, DB(( dbg, LEVEL_1, - "> Found condition evaluation candidate %+F->%+F\n", + "> Found jump threading candidate %+F->%+F\n", env->true_block, block )); @@ -496,7 +496,7 @@ static ir_node *find_candidate(jumpthreading_env_t *env, ir_node *jump, DB(( dbg, LEVEL_1, - "> Found condition evaluation candidate %+F->%+F\n", + "> Found jump threading candidate %+F->%+F\n", env->true_block, block )); @@ -671,7 +671,7 @@ static void thread_jumps(ir_node* block, void* data) } else if (selector_evaluated == 1) { dbg_info *dbgi = get_irn_dbg_info(selector); ir_node *jmp = new_rd_Jmp(dbgi, get_nodes_block(projx)); - DBG_OPT_COND_EVAL(projx, jmp); + DBG_OPT_JUMPTHREADING(projx, jmp); exchange(projx, jmp); *changed = 1; return;