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
abf0e913
Commit
abf0e913
authored
Sep 17, 2007
by
Christoph Mallon
Browse files
Allow Convb in backend.
[r15835]
parent
f5a48693
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irvrfy.c
View file @
abf0e913
...
...
@@ -1525,7 +1525,8 @@ static int verify_node_Conv(ir_node *n, ir_graph *irg) {
(
void
)
irg
;
ASSERT_AND_RET_DBG
(
mode_is_datab
(
op1mode
)
&&
mode_is_data
(
mymode
),
get_irg_phase_state
(
irg
)
==
phase_backend
||
(
mode_is_datab
(
op1mode
)
&&
mode_is_data
(
mymode
)),
"Conv node"
,
0
,
show_unop_failure
(
n
,
"/* Conv: BB x datab --> data */"
);
);
...
...
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