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
96826438
Commit
96826438
authored
Dec 13, 2013
by
yb9976
Browse files
Fixed wrong verify warning.
Dominance is reflexive.
parent
ab46af9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irverify.c
View file @
96826438
...
...
@@ -931,7 +931,7 @@ static bool check_dominance_for_node(const ir_node *use)
continue
;
if
(
!
block_dominates
(
def_bl
,
use_bl
))
{
warn
(
use
,
"not dominated by operand %+F"
,
use
,
def
);
warn
(
use
,
"not dominated by operand %+F"
,
def
);
fine
=
false
;
}
}
...
...
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