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
529ff03b
Commit
529ff03b
authored
Dec 06, 2015
by
Matthias Braun
Browse files
Fix unittests after tpop removal
parent
a207bef2
Changes
2
Hide whitespace changes
Inline
Side-by-side
unittests/nan_payload.c
View file @
529ff03b
...
...
@@ -27,7 +27,6 @@ static double new_nan(int64_t payload) {
int
main
(
void
)
{
init_ident
();
init_tpop
();
init_tarval_1
();
init_irprog_1
();
init_mode
();
...
...
@@ -65,7 +64,6 @@ int main(void)
finish_tarval
();
finish_mode
();
finish_tpop
();
finish_ident
();
return
0
;
}
unittests/tarval_calc.c
View file @
529ff03b
...
...
@@ -580,7 +580,6 @@ static void test_float_tarvals(ir_mode *mode)
int
main
(
void
)
{
init_ident
();
init_tpop
();
init_tarval_1
();
init_irprog_1
();
init_mode
();
...
...
@@ -623,7 +622,6 @@ int main(void)
finish_tarval
();
finish_mode
();
finish_tpop
();
finish_ident
();
return
result
;
}
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