From 60fc31c9f19802a4d3201d42b9349fb690b00e6e Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 12 Nov 2012 17:17:28 +0100 Subject: [PATCH] make jumpthreading debug message less confusing --- ir/opt/jumpthreading.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/jumpthreading.c b/ir/opt/jumpthreading.c index b7f12d961..6c4ed4aa7 100644 --- a/ir/opt/jumpthreading.c +++ b/ir/opt/jumpthreading.c @@ -467,7 +467,7 @@ static ir_node *find_const_or_confirm(jumpthreading_env_t *env, ir_node *jump, DB(( dbg, LEVEL_1, "> Found jump threading candidate %+F->%+F\n", - env->true_block, block + block, env->true_block )); /* adjust true_block to point directly towards our jump */ @@ -532,7 +532,7 @@ static ir_node *find_candidate(jumpthreading_env_t *env, ir_node *jump, DB(( dbg, LEVEL_1, "> Found jump threading candidate %+F->%+F\n", - env->true_block, block + block, env->true_block )); /* adjust true_block to point directly towards our jump */ -- 2.20.1