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
69d11aa4
Commit
69d11aa4
authored
Apr 03, 2009
by
Michael Beck
Browse files
- simplified
- typo fixed [r25784]
parent
c67b9fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irmode.c
View file @
69d11aa4
...
...
@@ -484,10 +484,7 @@ tarval *get_mode_NAN(ir_mode *mode) {
}
int
is_mode
(
const
void
*
thing
)
{
if
(
get_kind
(
thing
)
==
k_ir_mode
)
return
1
;
else
return
0
;
return
get_kind
(
thing
)
==
k_ir_mode
;
}
int
(
mode_is_signed
)(
const
ir_mode
*
mode
)
{
...
...
@@ -588,7 +585,7 @@ int smaller_mode(const ir_mode *sm, const ir_mode *lm) {
break
;
case
irms_reference
:
/* do exist machines out there with different pointer leng
h
ts ?*/
/* do exist machines out there with different pointer lengt
h
s ?*/
return
0
;
case
irms_internal_boolean
:
...
...
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