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
e1f0b0d0
Commit
e1f0b0d0
authored
Mar 24, 2014
by
Matthias Braun
Browse files
fixed wrong error message in verifier
parent
078dca01
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irverify.c
View file @
e1f0b0d0
...
...
@@ -84,7 +84,7 @@ static bool check_input_mode(const ir_node *n, int input, const char *inputname,
inputname
=
num
;
}
warn
(
n
,
"expected reference mode for input '%s' but found %+F (%+F)"
,
inputname
,
mode
,
in
);
inputname
,
in_
mode
,
in
);
return
false
;
}
return
true
;
...
...
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