| 1 | //! Converting Cranelift IR to text. |
| 2 | //! |
| 3 | //! The `write` module provides the `write_function` function which converts an IR `Function` to an |
| 4 | //! equivalent textual form. This textual form can be read back by the `cranelift-reader` crate. |
nothing calls this directly
no outgoing calls
no test coverage detected