aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-01-04 18:04:12 +0000
committergingerBill <bill@gingerbill.org>2020-01-04 18:04:12 +0000
commit5c7d6fcfd08a6e99e6e493e7adc3ef51d10e2fcc (patch)
tree71f00a98bbfd5f43002d9e7fb65911a53590edaf /src/checker.cpp
parent5ae924f9886b9bb922499fa1b964bad48363db08 (diff)
Improve minimum dependency for complex numbers and quaternion numbers.
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index 9db6b94e9..a7570bd95 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -1665,12 +1665,10 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
str_lit("mem_zero"),
str_lit("__init_context"),
- str_lit("default_assertion_failure_proc"),
str_lit("args__"),
str_lit("type_table"),
str_lit("__type_info_of"),
- str_lit("global_default_temp_allocator_data"),
str_lit("default_temp_allocator"),
str_lit("default_temp_allocator_init"),
str_lit("default_temp_allocator_destroy"),
@@ -1680,13 +1678,7 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
str_lit("Source_Code_Location"),
str_lit("Context"),
- str_lit("quo_complex64"),
- str_lit("quo_complex128"),
- str_lit("mul_quaternion128"),
- str_lit("mul_quaternion256"),
- str_lit("quo_quaternion128"),
- str_lit("quo_quaternion256"),
- str_lit("cstring_to_string"),
+ str_lit("cstring_to_string"), // Is tihs needed?
str_lit("umodti3"),
str_lit("udivti3"),