diff options
| author | Tadeo Kondrak <me@tadeo.ca> | 2020-10-06 22:29:29 -0600 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-10-07 04:31:20 -0400 |
| commit | 0a6863a267d88e73ec62aca2c157654020682b00 (patch) | |
| tree | 282697ef070d592623474502e02696c9b7d4011f /src/stage1/ir.cpp | |
| parent | ae161863db544e2db20ba7705bf0ada7d3ce5c94 (diff) | |
| download | zig-0a6863a267d88e73ec62aca2c157654020682b00.tar.gz zig-0a6863a267d88e73ec62aca2c157654020682b00.zip | |
Remove .Cold calling convention.
This isn't a stable, defined calling convention, so it shouldn't be
grouped in with the others.
Closes https://github.com/ziglang/zig/issues/6556
Diffstat (limited to 'src/stage1/ir.cpp')
| -rw-r--r-- | src/stage1/ir.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stage1/ir.cpp b/src/stage1/ir.cpp index 2ec615f6b4..44f3cd0bde 100644 --- a/src/stage1/ir.cpp +++ b/src/stage1/ir.cpp @@ -18916,7 +18916,6 @@ static IrInstGen *ir_analyze_instruction_export(IrAnalyze *ira, IrInstSrcExport add_error_note(ira->codegen, msg, fn_entry->proto_node, buf_sprintf("declared here")); } break; case CallingConventionC: - case CallingConventionCold: case CallingConventionNaked: case CallingConventionInterrupt: case CallingConventionSignal: |
