diff options
| author | David Rubin <daviru007@icloud.com> | 2024-05-11 02:04:18 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-06-13 02:21:39 -0700 |
| commit | b2cb090c3790dd10a784f9e291230cf6052b514c (patch) | |
| tree | ea100c2fcb20b1b8f73856bc01f25fdbc1a07c13 /src/codegen/llvm.zig | |
| parent | 031d8248e02f019a4c689dfa2913b30ec796dfa5 (diff) | |
| download | zig-b2cb090c3790dd10a784f9e291230cf6052b514c.tar.gz zig-b2cb090c3790dd10a784f9e291230cf6052b514c.zip | |
riscv: float args
Diffstat (limited to 'src/codegen/llvm.zig')
| -rw-r--r-- | src/codegen/llvm.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig index fe7f98bc8d..edf0891a69 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -11148,7 +11148,6 @@ fn lowerFnRetTy(o: *Object, fn_info: InternPool.Key.FuncType) Allocator.Error!Bu } return o.builder.structType(.normal, types[0..types_len]); }, - .none => unreachable, } }, // TODO investigate C ABI for other architectures @@ -11406,7 +11405,6 @@ const ParamTypeIterator = struct { it.llvm_index += it.types_len - 1; return .multiple_llvm_types; }, - .none => unreachable, } }, // TODO investigate C ABI for other architectures |
