aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorSebastian Pop <s.pop@samsung.com>2015-12-17 18:50:05 +0000
committerSebastian Pop <spop@gcc.gnu.org>2015-12-17 18:50:05 +0000
commite357a5e03c2e6f3b1d51bebe3c57322b28950b0f (patch)
tree7f5e57b4637b32e153d20b7805595417c9f2990f /gcc/toplev.c
parent616e2b4a9a5ca9f362f80c4a95a84353e342abe7 (diff)
downloadgcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.zip
gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.gz
gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.bz2
replace ISL with isl
From-SVN: r231784
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 43b46d2..e61e06c 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -1251,7 +1251,7 @@ process_options (void)
|| flag_loop_nest_optimize
|| flag_graphite_identity
|| flag_loop_parallelize_all)
- sorry ("Graphite loop optimizations cannot be used (ISL is not available)"
+ sorry ("Graphite loop optimizations cannot be used (isl is not available)"
"(-fgraphite, -fgraphite-identity, -floop-block, "
"-floop-interchange, -floop-strip-mine, -floop-parallelize-all, "
"-floop-unroll-and-jam, and -ftree-loop-linear)");