Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
60fc31c9
Commit
60fc31c9
authored
Nov 12, 2012
by
Matthias Braun
Browse files
make jumpthreading debug message less confusing
parent
30c61403
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/jumpthreading.c
View file @
60fc31c9
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment