Skip to content

Commit

Permalink
rephrase a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbubbles committed Nov 7, 2024
1 parent 9648a63 commit a63f5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/venom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ An operand can be a label, a variable, or a literal.
By convention, variables have a `%-` prefix, e.g. `%1` is a valid variable. However, the prefix is not required.

## Instructions
To enable Venom IR in Vyper, use the `--venom` or `--experimental-codegen` cli flag. Alternatively use `pragma`s of the same name. To view the Venom IR output, use `-f bb_runtime` for the runtime code, or `-f bb` to see the deploy code. To get a dot file (for use e.g. with `xdot -`), use `-f cfg` or `-f cfg_runtime`.
To enable Venom IR in Vyper, use the `--venom` or `--experimental-codegen` CLI flag, or the corresponding pragma statements. To view the Venom IR output, use `-f bb_runtime` for the runtime code, or `-f bb` to see the deploy code. To get a dot file (for use e.g. with `xdot -`), use `-f cfg` or `-f cfg_runtime`.

Assembly can be inspected with `-f asm`, whereas an opcode view of the final bytecode can be seen with `-f opcodes` or `-f opcodes_runtime`, respectively.

Expand Down

0 comments on commit a63f5bc

Please sign in to comment.