isl_ast_expr: add isl_ast_op_lt and isl_ast_op_gt operations
commit2a5467eb64f631e1a3b1f47776054de92e474ae5
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 2 Oct 2012 11:20:24 +0000 (2 13:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 4 Oct 2012 08:27:50 +0000 (4 10:27 +0200)
tree56088b8e40edc40987eb8f10d44ef266239e16b8
parent3469264fefed7c1b70b95dc974878115bbd00661
isl_ast_expr: add isl_ast_op_lt and isl_ast_op_gt operations

isl_ast_op_lt will be useful in the next commit.
isl_ast_op_gt is added for consistency.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/ast.h
isl_ast.c