diff options
author | Sebastian Pop <s.pop@samsung.com> | 2015-12-17 18:50:05 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-12-17 18:50:05 +0000 |
commit | e357a5e03c2e6f3b1d51bebe3c57322b28950b0f (patch) | |
tree | 7f5e57b4637b32e153d20b7805595417c9f2990f /gcc/graphite.h | |
parent | 616e2b4a9a5ca9f362f80c4a95a84353e342abe7 (diff) | |
download | gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.gz |
replace ISL with isl
From-SVN: r231784
Diffstat (limited to 'gcc/graphite.h')
-rw-r--r-- | gcc/graphite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.h b/gcc/graphite.h index 2565da704cf..83f8191fa96 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. */ |