aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.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/graphite-scop-detection.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/graphite-scop-detection.c')
-rw-r--r--gcc/graphite-scop-detection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c
index edd7968..dd506b5 100644
--- a/gcc/graphite-scop-detection.c
+++ b/gcc/graphite-scop-detection.c
@@ -436,7 +436,7 @@ canonicalize_loop_closed_ssa_form (void)
}
/* Can all ivs be represented by a signed integer?
- As ISL might generate negative values in its expressions, signed loop ivs
+ As isl might generate negative values in its expressions, signed loop ivs
are required in the backend. */
static bool
@@ -1198,7 +1198,7 @@ scop_detection::graphite_can_represent_scev (tree scev)
return false;
/* We disable the handling of pointer types, because it’s currently not
- supported by Graphite with the ISL AST generator. SSA_NAME nodes are
+ supported by Graphite with the isl AST generator. SSA_NAME nodes are
the only nodes, which are disabled in case they are pointers to object
types, but this can be changed. */