From e357a5e03c2e6f3b1d51bebe3c57322b28950b0f Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Thu, 17 Dec 2015 18:50:05 +0000 Subject: replace ISL with isl From-SVN: r231784 --- gcc/graphite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/graphite.h') diff --git a/gcc/graphite.h b/gcc/graphite.h index 2565da7..83f8191 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -425,7 +425,7 @@ struct scop c = 2a + b */ isl_set *param_context; - /* The context used internally by ISL. */ + /* The context used internally by isl. */ isl_ctx *isl_context; /* SCoP final schedule. */ -- cgit v1.1