diff options
Diffstat (limited to 'polly/lib/External/isl/isl_mat.c')
-rw-r--r-- | polly/lib/External/isl/isl_mat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/External/isl/isl_mat.c b/polly/lib/External/isl/isl_mat.c index f859601e5c7..0cb67723a47 100644 --- a/polly/lib/External/isl/isl_mat.c +++ b/polly/lib/External/isl/isl_mat.c @@ -1123,7 +1123,7 @@ static int preimage(struct isl_ctx *ctx, isl_int **q, unsigned n, * M the matrix mat. * * If there are fewer variables x' then there are x, then we perform - * the transformation in place, which that, in principle, + * the transformation in place, which means that, in principle, * this frees up some extra variables as the number * of columns remains constant, but we would have to extend * the div array too as the number of rows in this array is assumed |