aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-08-15 15:20:21 -0700
committerGitHub <noreply@github.com>2023-08-15 15:20:21 -0700
commit340a45683ca8e0b23e95f5fb86bd9c827970e6e8 (patch)
tree222c5820345cb119a2c6262855ad372cd1d19aaa /src/codegen/llvm.zig
parentfdce18cd30a5f20688e582386b802ed8e9a46312 (diff)
parent083ee8e0e28ed0d1c4e1df6b5aa12f2709731b50 (diff)
downloadzig-340a45683ca8e0b23e95f5fb86bd9c827970e6e8.tar.gz
zig-340a45683ca8e0b23e95f5fb86bd9c827970e6e8.zip
Merge pull request #16815 from mlugg/internpool-same-resolved-index
InternPool: preserve indices of builtin types when resolved
Diffstat (limited to 'src/codegen/llvm.zig')
-rw-r--r--src/codegen/llvm.zig11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 1ddf211bda..3db6321119 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -3134,17 +3134,6 @@ pub const Object = struct {
.null_type,
.undefined_type,
.enum_literal_type,
- .atomic_order_type,
- .atomic_rmw_op_type,
- .calling_convention_type,
- .address_space_type,
- .float_mode_type,
- .reduce_op_type,
- .call_modifier_type,
- .prefetch_options_type,
- .export_options_type,
- .extern_options_type,
- .type_info_type,
=> unreachable,
.manyptr_u8_type,
.manyptr_const_u8_type,