summaryrefslogtreecommitdiff
path: root/polly/lib/External/isl/print.c
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-07-06 09:11:00 +0000
committerTobias Grosser <tobias@grosser.es>2016-07-06 09:11:00 +0000
commit932ec01328798f575e044e20394eccf562261caa (patch)
tree81bcd28b7c8fb73b58cec0a0b1bfcf42144a630a /polly/lib/External/isl/print.c
parent5a4f2476fd960e85c100f939aac548d9f167fc7e (diff)
downloadllvm-932ec01328798f575e044e20394eccf562261caa.tar.gz
isl: isl-0.17.1-164-gcbba1b6
This is a regular maintenance update to ensure the latest version of isl is tested. Interesting Changes: - AST nodes and expressions are now printed as YAML llvm-svn: 274614
Diffstat (limited to 'polly/lib/External/isl/print.c')
-rw-r--r--polly/lib/External/isl/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/External/isl/print.c b/polly/lib/External/isl/print.c
index 4d724e724453..bea1ff192848 100644
--- a/polly/lib/External/isl/print.c
+++ b/polly/lib/External/isl/print.c
@@ -100,7 +100,7 @@
#include <print_templ.c>
#undef BASE
#define BASE ast_expr
-#include <print_templ.c>
+#include <print_templ_yaml.c>
#undef BASE
#define BASE ast_node
-#include <print_templ.c>
+#include <print_templ_yaml.c>