diff options
| -rw-r--r-- | mlir/include/mlir-c/Core.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mlir/include/mlir-c/Core.h b/mlir/include/mlir-c/Core.h index 097a6dfc1b4..91068e80f4a 100644 --- a/mlir/include/mlir-c/Core.h +++ b/mlir/include/mlir-c/Core.h @@ -230,12 +230,6 @@ edsc_stmt_t makeStmt(edsc_expr_t e); /// Returns an opaque expression for an mlir::edsc::Indexed. edsc_indexed_t makeIndexed(edsc_expr_t expr); -/// Returns an indexed opaque expression with indices bound in the structure -/// given an `indexed` and `indices`. -/// Prerequisite: -/// - `indexed` must not have been indexed previously. -edsc_indexed_t index(edsc_indexed_t indexed, edsc_expr_list_t indices); - /// Returns an opaque expression that will emit an abstract operation identified /// by its name. edsc_expr_t Op(mlir_context_t context, const char *name, mlir_type_t resultType, |

