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
daba4aa8
Commit
daba4aa8
authored
May 11, 2012
by
uqxyd
Browse files
Fix Conv node signature in error message.
parent
3691e12a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irverify.c
View file @
daba4aa8
...
...
@@ -1441,7 +1441,7 @@ static int verify_node_Conv(const ir_node *n)
ASSERT_AND_RET_DBG
(
mode_is_data
(
op1mode
)
&&
mode_is_data
(
mymode
),
"Conv node"
,
0
,
show_unop_failure
(
n
,
"/* Conv: BB x data
b
--> data */"
);
show_unop_failure
(
n
,
"/* Conv: BB x data --> data */"
);
);
return
1
;
}
...
...
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