Skip to content

Commit 75f60ec

Browse files
mark-i-mJohnTitor
andcommitted
Update src/backend/codegen.md
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
1 parent 83f0ba4 commit 75f60ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are a few benefits to using LLVM:
4646
## Running LLVM, linking, and metadata generation
4747

4848
Once LLVM IR for all of the functions and statics, etc is built, it is time to
49-
start running LLVM and its optimisation passes. LLVM IR is grouped into
49+
start running LLVM and its optimization passes. LLVM IR is grouped into
5050
"modules". Multiple "modules" can be codegened at the same time to aid in
5151
multi-core utilisation. These "modules" are what we refer to as _codegen
5252
units_. These units were established way back during monomorphisation

0 commit comments

Comments
 (0)