diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-01-08 14:14:41 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-01-08 14:14:41 +0000 |
commit | 68f61c3d955e3e9bb65200a27f5ea2136b7cedf7 (patch) | |
tree | 70c9ed9fc261dabb580d6a88b7247e979cef8458 /gcc/graphite.h | |
parent | 82567e3386ed9d11a425f12d822ed1ee6b1c949b (diff) | |
download | gcc-68f61c3d955e3e9bb65200a27f5ea2136b7cedf7.zip gcc-68f61c3d955e3e9bb65200a27f5ea2136b7cedf7.tar.gz gcc-68f61c3d955e3e9bb65200a27f5ea2136b7cedf7.tar.bz2 |
re PR middle-end/38559 ([graphite] ICE :in build2_stat, at tree.c:3293)
2009-01-07 Sebastian Pop <sebastian.pop@amd.com>
Jan Sjodin <jan.sjodin@amd.com>
PR tree-optimization/38559
* testsuite/gcc.dg/graphite/pr38559.c: New.
* graphite.c (debug_value, copy_constraint,
swap_constraint_variables, scale_constraint_variable, ): New.
(get_lower_bound, get_upper_bound): Removed.
(graphite_trans_bb_strip_mine): Clean up this code that works
only for constant number of iterations. Fully copy upper and
lower bound constraints, not only the constant part of them.
* graphite.h (debug_value): Declared.
Co-Authored-By: Jan Sjodin <jan.sjodin@amd.com>
From-SVN: r143187
Diffstat (limited to 'gcc/graphite.h')
-rw-r--r-- | gcc/graphite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite.h b/gcc/graphite.h index 76f26c8..a180196 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -381,6 +381,7 @@ extern void debug_rename_map (htab_t); extern void debug_ivtype_map (htab_t); extern void debug_loop_vec (graphite_bb_p); extern void debug_oldivs (scop_p); +extern void debug_value (Value); /* Describes the type of an iv stack entry. */ typedef enum { |