[IslNodeBuilder] Remove unused instruction

Suggested-by: Maximilian Falkenstein <falkensm@student.ethz.ch>
llvm-svn: 309533
This commit is contained in:
Tobias Grosser 2017-07-31 01:59:23 +00:00
parent d19b960a13
commit 7639db8ed9
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ IslNodeBuilder::getUpperBound(__isl_keep isl_ast_node *For,
Cond = isl_ast_node_for_get_cond(For);
Iterator = isl_ast_node_for_get_iterator(For);
isl_ast_expr_get_type(Cond);
assert(isl_ast_expr_get_type(Cond) == isl_ast_expr_op &&
"conditional expression is not an atomic upper bound");