summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/IslAst.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2012-12-01 21:51:10 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2012-12-01 21:51:10 +0000
commitb2e572c6df2926fbccfa1743b9b832f1a05b180f (patch)
tree1d425cabb885455cfbce24c92df9f98b11f5817d /polly/lib/CodeGen/IslAst.cpp
parent2a812288c7acefe9dd05646b604d739d9840d8c9 (diff)
downloadbcm5719-llvm-b2e572c6df2926fbccfa1743b9b832f1a05b180f.tar.gz
bcm5719-llvm-b2e572c6df2926fbccfa1743b9b832f1a05b180f.zip
Update the recommended isl version
Recent changes in isl: - Allow analysis of loops during code generation This simplifies the detection of parallel loops. - Simplify the way costumized ast printers are defined This enables us to highlight parallel / vector loops in our debug output. - Compile time improvements for codegen contexts that include parameters - Various bug fixes This update also gets us in sync for the isl 0.11 release. llvm-svn: 169100
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
-rw-r--r--polly/lib/CodeGen/IslAst.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp
index 58e6fc9431c..99f69bef4fe 100644
--- a/polly/lib/CodeGen/IslAst.cpp
+++ b/polly/lib/CodeGen/IslAst.cpp
@@ -150,7 +150,6 @@ void IslAst::pprint(llvm::raw_ostream &OS) {
OS << result << "\n";
isl_printer_free(P);
isl_ast_node_free(Root);
- isl_ast_print_options_free(Options);
}
/// Create the isl_ast from this program.
OpenPOWER on IntegriCloud