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
6b2e0327
Commit
6b2e0327
authored
Aug 25, 2007
by
Christoph Mallon
Browse files
In smaller_mode() state that mode_b can be converted to every integer mode without loss.
[r15605]
parent
35f4f0e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irmode.c
View file @
6b2e0327
...
...
@@ -620,6 +620,9 @@ smaller_mode(const ir_mode *sm, const ir_mode *lm) {
/* do exist machines out there with different pointer lenghts ?*/
return
0
;
case
irms_internal_boolean
:
return
mode_is_int
(
lm
);
default:
break
;
}
...
...
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