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
e7f07dc3
Commit
e7f07dc3
authored
Dec 27, 2010
by
Michael Beck
Browse files
Fixed warning because of wrong type.
[r28198]
parent
270dcaa9
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/opt/jumpthreading.c
View file @
e7f07dc3
...
...
@@ -628,7 +628,7 @@ static void thread_jumps(ir_node* block, void* data)
const
ir_edge_t
*
edge
,
*
next
;
ir_graph
*
irg
;
ir_node
*
bad
;
size_t
cnst_pos
;
int
cnst_pos
;
if
(
get_Block_n_cfgpreds
(
block
)
!=
1
)
return
;
...
...
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