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
5ad4af5e
Commit
5ad4af5e
authored
Nov 08, 2005
by
Michael Beck
Browse files
Bugfixes: missing include
[r6891]
parent
9ad23e62
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tv/tv.c
View file @
5ad4af5e
...
...
@@ -52,6 +52,7 @@
#include
"strcalc.h"
#include
"fltcalc.h"
#include
"irtools.h"
#include
"firm_common.h"
/** Size of hash tables. Should correspond to average number of distinct constant
target values */
...
...
@@ -1724,7 +1725,7 @@ void init_tarval_2(void)
{
ANNOUNCE
();
tarval
.
bad
->
kind
=
k_tarval
;
tarval
_
bad
->
kind
=
k_tarval
;
tarval_bad
->
mode
=
mode_BAD
;
tarval_undefined
->
kind
=
k_tarval
;
...
...
@@ -1733,7 +1734,7 @@ void init_tarval_2(void)
tarval_b_true
->
kind
=
k_tarval
;
tarval_b_true
->
mode
=
mode_b
;
tarval_b_false
->
kind
=
k_tarval
tarval_b_false
->
kind
=
k_tarval
;
tarval_b_false
->
mode
=
mode_b
;
tarval_P_void
->
kind
=
k_tarval
;
...
...
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