Merge pull request #36 from dktapps/patch-1

Fix typo
This commit is contained in:
Dmitry Stogov 2023-05-22 09:42:55 +03:00 committed by GitHub
commit b8acbeb5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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