diff options
Diffstat (limited to 'gcc/graphite-ppl.c')
| -rw-r--r-- | gcc/graphite-ppl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-ppl.c b/gcc/graphite-ppl.c index 38faebd..0b76335 100644 --- a/gcc/graphite-ppl.c +++ b/gcc/graphite-ppl.c @@ -701,7 +701,7 @@ ppl_min_for_le_polyhedron (ppl_Polyhedron_t pol, } /* Builds a constraint in dimension DIM relating dimensions POS1 to - POS2 as "POS1 - POS2 CSTR_TYPE C" */ + POS2 as "POS1 - POS2 + C CSTR_TYPE 0" */ ppl_Constraint_t ppl_build_relation (int dim, int pos1, int pos2, int c, |
