forked from OSchip/llvm-project
[IslNodeBuilder] Remove unused instruction
Suggested-by: Maximilian Falkenstein <falkensm@student.ethz.ch> llvm-svn: 309533
This commit is contained in:
parent
d19b960a13
commit
7639db8ed9
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue