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.c | |
parent | 616e2b4a9a5ca9f362f80c4a95a84353e342abe7 (diff) | |
download | gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.zip gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.gz gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.bz2 |
replace ISL with isl
From-SVN: r231784
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 1bb47e2..8d0d24c 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -336,12 +336,12 @@ graphite_transform_loops (void) isl_ctx_free (ctx); } -#else /* If ISL is not available: #ifndef HAVE_isl. */ +#else /* If isl is not available: #ifndef HAVE_isl. */ static void graphite_transform_loops (void) { - sorry ("Graphite loop optimizations cannot be used (ISL is not available)."); + sorry ("Graphite loop optimizations cannot be used (isl is not available)."); } #endif |