From 0d2c67acd35add1bce2d8b24645cee6a23d14ea9 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 20 Feb 2024 16:58:08 +0000 Subject: [PATCH] Remove `func.constant` entry --- docs/func-op-coverage.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/func-op-coverage.md b/docs/func-op-coverage.md index 1990491c..154add58 100644 --- a/docs/func-op-coverage.md +++ b/docs/func-op-coverage.md @@ -17,6 +17,5 @@ The table below shows the func ops, supported **upstream** via `--mlir-to-cpp` | op | supported | comment | | :-------------------- |:------------------:| :------ | | call | :white_check_mark: | via `emitc-translate` | -| constant | :white_check_mark: | via `emitc-translate` | | func | :white_check_mark: | via `emitc-translate` | | return | :white_check_mark: | via `emitc-translate` |