diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-08 14:14:41 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-08 14:14:41 +0000 |
commit | 59835a909b1bd1ed38fe5449b4e35da3895b72f8 (patch) | |
tree | 70c9ed9fc261dabb580d6a88b7247e979cef8458 /gcc/graphite.h | |
parent | 1c48f1908bb5a06181f74ceabcf3e3ef9181fd17 (diff) | |
download | gcc-59835a909b1bd1ed38fe5449b4e35da3895b72f8.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143187 138bc75d-0d04-0410-961f-82ee72b054a4
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 76f26c8728a..a1801966ed1 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 { |