Skip to content

Commit

Permalink
Add a missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo authored May 17, 2024
1 parent 3ac5a49 commit 619c45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bril-rs/brillvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Bril's specification of phi nodes is not equivalent to LLVM's specification of
phi nodes. For example, in LLVM, phi nodes must be located at the start of a basic
block.

Brillvm does not require that your Bril code be in SSA form(as it assumes
Brillvm does not require that your Bril code be in SSA form (as it assumes
the LLVM `mem2reg` pass will be sufficient if that is needed) but if you choose
to supply Bril code with `phi` operations, Brillvm will assume that they follow
LLVM's additional constraints.
Expand Down

0 comments on commit 619c45f

Please sign in to comment.