Skip to content

Commit

Permalink
docs: alu: fix grammar
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Zmuda <[email protected]>
  • Loading branch information
wzmuda committed Dec 10, 2024
1 parent de0e47f commit e4c0544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ALU Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ each possible pointer type:
Some of the implementations may be omitted if they do not reflect LLVM IR semantics for a given
instruction.

When the input IR will is parsed and a generic pointer is found, its concrete type must be inferred
from the context, to allow matching with the proper implementation. For example this IR snippet:
When the input IR is parsed and a generic pointer is found, its concrete type must be inferred from
the context, to allow matching with the proper implementation. For example this IR snippet:

```llvm
%num = alloca [4 x i8], align 4
Expand Down

0 comments on commit e4c0544

Please sign in to comment.