aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/llvm.zig')
-rw-r--r--src/codegen/llvm.zig9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 4e6f7733fe..8cd9f6604f 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -6394,15 +6394,6 @@ pub const FuncGen = struct {
const fn_ty = try mod.funcType(.{
.param_types = &.{},
.return_type = .void_type,
- .alignment = .none,
- .noalias_bits = 0,
- .comptime_bits = 0,
- .cc = .Unspecified,
- .is_var_args = false,
- .is_generic = false,
- .is_noinline = false,
- .section_is_generic = false,
- .addrspace_is_generic = false,
});
const fn_di_ty = try o.lowerDebugType(fn_ty, .full);
const subprogram = dib.createFunction(