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
7ccf8903
Commit
7ccf8903
authored
Sep 07, 2015
by
Matthias Braun
Browse files
fix typo
parent
5f595bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/begnuas.c
View file @
7ccf8903
...
...
@@ -921,7 +921,7 @@ static unsigned long compute_entity_size(ir_entity const *const entity)
ir_type
*
const
type
=
get_entity_type
(
entity
);
unsigned
long
size
=
get_type_size_bytes
(
type
);
/* Note that for variable array/compound types we may have to inspect the
* initializer to get the actual
y
size */
* initializer to get the actual size */
ir_initializer_t
const
*
const
initializer
=
get_entity_initializer
(
entity
);
if
(
initializer
!=
NULL
)
size
=
get_initializer_size
(
initializer
,
type
);
...
...
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