Commit 1a3a3962 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

make IslAstInfo::printScop compatible with CloogInfo::printScop

parent 484c2de8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ __isl_give isl_ast_node *IslAstInfo::getAst() {
void IslAstInfo::printScop(raw_ostream &OS) const {
  Function *F = S->getRegion().getEntry()->getParent();

  OS << "isl ast for function '" << F->getName() << "':\n";
  OS << F->getName() << "():\n";

  Ast->pprint(OS);
}