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
1633ac39
Commit
1633ac39
authored
Nov 25, 2014
by
Matthias Braun
Browse files
fix warning
parent
73e68629
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/entity.c
View file @
1633ac39
...
@@ -312,6 +312,10 @@ void set_entity_type(ir_entity *ent, ir_type *type)
...
@@ -312,6 +312,10 @@ void set_entity_type(ir_entity *ent, ir_type *type)
case
IR_ENTITY_LABEL
:
case
IR_ENTITY_LABEL
:
assert
(
type
==
get_code_type
());
assert
(
type
==
get_code_type
());
break
;
break
;
case
IR_ENTITY_ALIAS
:
case
IR_ENTITY_PARAMETER
:
case
IR_ENTITY_UNKNOWN
:
case
IR_ENTITY_GOTENTRY
:
case
IR_ENTITY_COMPOUND_MEMBER
:
case
IR_ENTITY_COMPOUND_MEMBER
:
break
;
break
;
}
}
...
...
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