From 3fbf1663e12a0cdbf19783331e23542be2ce0074 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Sat, 20 May 2023 23:00:34 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8794205..f22454d 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ with second chance bin-packing. [5] [6] ## Machine Code Generations -IR Framework implements X86_64, x86 and AAtch64 back-ends. The current +IR Framework implements X86_64, x86 and AArch64 back-ends. The current implementation uses DynAsm [?]. (In the future, this should be replaced with a faster “binary” encoder). Code generator walks throw all instructions of each basic blocks and emits some code according to “rules” selected during