diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-17 18:50:05 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-17 18:50:05 +0000 |
commit | 71130ef83b18d2ab7be350b472cfc4f56b9f876b (patch) | |
tree | 7f5e57b4637b32e153d20b7805595417c9f2990f /gcc/toplev.c | |
parent | f12d4c107a7a38b10720f4fa074e6838a85809ef (diff) | |
download | gcc-71130ef83b18d2ab7be350b472cfc4f56b9f876b.tar.gz |
replace ISL with isl
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 43b46d21d8a..e61e06c7aab 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)"); |