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
f46470ed
Commit
f46470ed
authored
Nov 13, 2005
by
Michael Beck
Browse files
replace get_type_size() by get_type_size_bytes() and _bits() in the define section
[r6907]
parent
3df3d2e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type_t.h
View file @
f46470ed
...
...
@@ -444,7 +444,8 @@ _set_method_calling_convention(type *method, unsigned cc_mask) {
#define get_type_mode(tp) _get_type_mode(tp)
#define get_type_ident(tp) _get_type_ident(tp)
#define set_type_ident(tp, id) _set_type_ident(tp, id)
#define get_type_size(tp) _get_type_size(tp)
#define get_type_size_bits(tp) _get_type_size_bits(tp)
#define get_type_size_bytes(tp) _get_type_size_bytes(tp)
#define get_type_state(tp) _get_type_state(tp)
#define get_type_visited(tp) _get_type_visited(tp)
#define set_type_visited(tp, num) _set_type_visited(tp, num)
...
...
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