| 156 | pub struct BrCall; // "Block Call"; jump to a block entry, with arguments |
| 157 | #[derive(Debug)] |
| 158 | pub struct BrIf; // "Branch If"; jump to either the first or second block's entry, with arguments, depending on the switch value. |
| 159 | /// Tailcalls or jumps into native code are represented as Leave nodes. |
| 160 | /// These nodes should have: |
| 161 | /// 1) an input port for the address to jump to |
nothing calls this directly
no outgoing calls
no test coverage detected