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
46d68c39
Commit
46d68c39
authored
Mar 14, 2014
by
Matthias Braun
Browse files
jumpthreading: add missing chang notifier
parent
944dccf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/jumpthreading.c
View file @
46d68c39
...
...
@@ -584,6 +584,7 @@ static void thread_jumps(ir_node* block, void* data)
[
pn_Cond_true
]
=
is_true
?
jmp
:
bad
,
};
turn_into_tuple
(
cond
,
ARRAY_SIZE
(
in
),
in
);
*
changed
=
true
;
return
;
}
inc_irg_visited
(
irg
);
...
...
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