Skip to content

Commit

Permalink
Document API function MIR_output_str.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmakarov committed Aug 22, 2023
1 parent 02be3a8 commit 8f80358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIR.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@
<type>: <disp>
<type>: [<disp>] (<base reg> [, <index reg> [, <scale> ]])
```
* API function `MIR_output_str (MIR_context_t ctx, FILE *f, MIR_str_t str)` outputs the MIR string
textual representation into given file
* API function `MIR_output_op (MIR_context_t ctx, FILE *f, MIR_op_t op, MIR_func_t func)` outputs the operand
textual representation into given file

Expand Down

0 comments on commit 8f80358

Please sign in to comment.