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
067e9cbd
Commit
067e9cbd
authored
Aug 10, 2008
by
Michael Beck
Browse files
- ifconv builds Muxb nodes, so allow mode datab for Mux
[r21080]
parent
9e11e8bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irvrfy.c
View file @
067e9cbd
...
...
@@ -1824,11 +1824,11 @@ static int verify_node_Mux(ir_node *n, ir_graph *irg) {
(
void
)
irg
;
ASSERT_AND_RET
(
/* Mux: BB x b x
numP x numP --> numP
*/
/* Mux: BB x b x
datab x datab --> datab
*/
op1mode
==
mode_b
&&
op2mode
==
mymode
&&
op3mode
==
mymode
&&
mode_is_data
(
mymode
),
mode_is_data
b
(
mymode
),
"Mux node"
,
0
);
return
1
;
...
...
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