aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-18 11:35:38 +0100
committerlemon <lsof@mailbox.org>2026-03-18 11:35:38 +0100
commit6889729b3484a7a63f240f717ec087a600cfda0f (patch)
tree541020ae9f23d7aaa23495733bfbf55f8279f8f8
parent1d9e19fb3bb941cdc28e9d4c3063d3e213fd8312 (diff)
README missed filename
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30b7619..3665d6c 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ The backend performs the following main passes:
- Stack lowering (`ir_stack.c`): `alloca` instructions are deleted and
corresponding stack slots replaced with calculated stack offsets.
- - Instruction selection (`x86_64/isel.c`): architecture-specific
+ - Instruction selection (`t_x86-64_isel.c`): architecture-specific
instruction selection, addressing mode utilization, introduction of
register constraints.
- Register allocation (`ir_regalloc.c`): performs linear scan register