| 24 | |
| 25 | #ifdef TILE_IR_INCLUDE_TESTS |
| 26 | ParseResult Test_FuncOp::parse(OpAsmParser &parser, OperationState &result) { |
| 27 | return parseFuncOp<Test_FuncOp>(parser, result); |
| 28 | } |
| 29 | |
| 30 | void Test_FuncOp::print(OpAsmPrinter &printer) { printFuncOp(*this, printer); } |
| 31 | #endif // TILE_IR_INCLUDE_TESTS |
nothing calls this directly
no outgoing calls
no test coverage detected