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
1bea052f
Commit
1bea052f
authored
Jun 25, 2002
by
Florian Liekweg
Browse files
Whitespace changes --flo
[r417]
parent
c3914363
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/tv/tv.c
View file @
1bea052f
...
...
@@ -1778,3 +1778,10 @@ get_tv_mode (tarval *tv)
{
return
tv
->
mode
;
}
entity
*
get_tv_entity
(
tarval
*
tv
)
{
/*assert(??? && "not a pointer to an entity");*/
return
tv
->
u
.
p
.
ent
;
}
ir/tv/tv.h
View file @
1bea052f
...
...
@@ -208,5 +208,6 @@ void tarval_stats (void);
#endif
ir_mode
*
get_tv_mode
(
tarval
*
tv
);
entity
*
get_tv_entity
(
tarval
*
tv
);
#endif
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