diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-08-13 12:44:30 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-08-13 12:44:30 -0400 |
| commit | 12ff91c1c99da11dcaab1e4a1adb6a6917ef4881 (patch) | |
| tree | 7653b6a83dc5cd5861173445cb30726248506be6 /src/analyze.hpp | |
| parent | 8a9289996ab8ed7da2f7e0c6df9fe2bd9a3e0b7b (diff) | |
| download | zig-12ff91c1c99da11dcaab1e4a1adb6a6917ef4881.tar.gz zig-12ff91c1c99da11dcaab1e4a1adb6a6917ef4881.zip | |
alignment of structs no longer depends on LLVM
fixes async function tests in optimized builds
Diffstat (limited to 'src/analyze.hpp')
| -rw-r--r-- | src/analyze.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/analyze.hpp b/src/analyze.hpp index 97d8de7bb1..26bb006249 100644 --- a/src/analyze.hpp +++ b/src/analyze.hpp @@ -38,8 +38,6 @@ ZigType *get_smallest_unsigned_int_type(CodeGen *g, uint64_t x); ZigType *get_error_union_type(CodeGen *g, ZigType *err_set_type, ZigType *payload_type); ZigType *get_bound_fn_type(CodeGen *g, ZigFn *fn_entry); ZigType *get_opaque_type(CodeGen *g, Scope *scope, AstNode *source_node, const char *full_name, Buf *bare_name); -ZigType *get_struct_type(CodeGen *g, const char *type_name, const char *field_names[], - ZigType *field_types[], size_t field_count, unsigned min_abi_align); ZigType *get_test_fn_type(CodeGen *g); ZigType *get_any_frame_type(CodeGen *g, ZigType *result_type); bool handle_is_ptr(ZigType *type_entry); |
