From 8f80358b0dbf542c7cac5abd593f77a33b428c9e Mon Sep 17 00:00:00 2001 From: "Vladimir N. Makarov" Date: Tue, 22 Aug 2023 13:14:16 -0400 Subject: [PATCH] Document API function MIR_output_str. --- MIR.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MIR.md b/MIR.md index 1f682f491b..bbd0601dfd 100644 --- a/MIR.md +++ b/MIR.md @@ -205,6 +205,8 @@ : : [] ( [, [, ]]) ``` + * 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