From 7036e19098c295a075f97cbd056fdc43bd490fb2 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 23 Dec 2025 11:36:51 +0100 Subject: lower alloca as a separate pass before isel --- ir/dump.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ir/dump.c') diff --git a/ir/dump.c b/ir/dump.c index a2faf27..f952292 100644 --- a/ir/dump.c +++ b/ir/dump.c @@ -155,6 +155,9 @@ dumpref(enum op o, union ref ref) bfmt(out, "]"); } break; + case RSTACK: + bfmt(out, "[stack %d]", ref.i); + break; default: assert(!"ref"); } } -- cgit v1.2.3