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
0fb7bc22
Commit
0fb7bc22
authored
Sep 17, 2006
by
Michael Beck
Browse files
Fixed the type of the visit number
[r8265]
parent
7121ce52
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/condeval.c
View file @
0fb7bc22
...
...
@@ -209,7 +209,7 @@ typedef struct _condeval_env_t {
ir_node
*
true_block
;
pn_Cmp
pnc
;
ir_node
*
cnst
;
int
visited_nr
;
unsigned
long
visited_nr
;
ir_node
*
cnst_pred
;
/**< the block before the constant */
int
cnst_pos
;
/**< the pos to the constant block (needed to kill that edge later) */
...
...
Write
Preview
Supports
Markdown
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