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
f6319141
Commit
f6319141
authored
Sep 17, 2007
by
Christoph Mallon
Browse files
Allow get_mode_null() for mode_b.
[r15827]
parent
37ef7bc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irmode.c
View file @
f6319141
...
...
@@ -462,7 +462,7 @@ tarval *
get_mode_null
(
ir_mode
*
mode
)
{
assert
(
mode
);
assert
(
get_mode_modecode
(
mode
)
<
(
modecode
)
num_modes
);
assert
(
mode_is_data
(
mode
));
assert
(
mode_is_data
b
(
mode
));
return
mode
->
null
;
}
...
...
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