export isl_ast_node_alloc_user as isl_ast_node_user_from_expr
commit08024b167f4282d729916d1b0683f2c410e6684b
authorSven Verdoolaege <sven@cerebras.net>
Tue, 30 Oct 2018 09:52:55 +0000 (30 10:52 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 30 Dec 2022 15:46:31 +0000 (30 16:46 +0100)
tree045fa9d9e28caccf3f5978833c4432ff13708292
parent39bd223436b4c18852fc6188f8f602cf9ca6b0e7
export isl_ast_node_alloc_user as isl_ast_node_user_from_expr

This allows the function to be exported as a constructor
of the isl_ast_node_user subclass.
Exporting this function as an (unnamed) constructor
is appropriate since there is only one sensible way
of constructing a user node from an expression.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
doc/user.pod
include/isl/ast.h
isl_ast.c