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
c9656474
Commit
c9656474
authored
Jun 01, 2016
by
yb9976
Browse files
Fix typo
parent
5b5cfb32
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irverify.c
View file @
c9656474
...
@@ -1092,7 +1092,7 @@ static int check_block_cfg(const ir_node *block, check_cfg_env_t *env)
...
@@ -1092,7 +1092,7 @@ static int check_block_cfg(const ir_node *block, check_cfg_env_t *env)
}
}
if
(
!
get_Block_matured
(
block
))
{
if
(
!
get_Block_matured
(
block
))
{
warn
(
block
,
"imature block found"
);
warn
(
block
,
"im
m
ature block found"
);
fine
=
false
;
fine
=
false
;
}
}
...
...
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