aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-affine.h
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gmail.com>2007-08-18 13:53:02 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2007-08-18 13:53:02 -0700
commitea336dd510bf20b5a3e3d7da84c8108c42e44b63 (patch)
tree7ae0a361840bc2824923927c3b59ff16ea8325e2 /gcc/tree-affine.h
parentcda5e672d80cf69da6901c62ec155a0731277b95 (diff)
downloadgcc-ea336dd510bf20b5a3e3d7da84c8108c42e44b63.zip
gcc-ea336dd510bf20b5a3e3d7da84c8108c42e44b63.tar.gz
gcc-ea336dd510bf20b5a3e3d7da84c8108c42e44b63.tar.bz2
tree-affine.h (print_aff): New prototype.
2007-08-18 Andrew Pinski <pinskia@gmail.com> * tree-affine.h (print_aff): New prototype. (debug_aff): Likewise. * tree-affine.c (print_aff): New function. (debug_aff): Likewise. From-SVN: r127615
Diffstat (limited to 'gcc/tree-affine.h')
-rw-r--r--gcc/tree-affine.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h
index 5da34be..c7dafab 100644
--- a/gcc/tree-affine.h
+++ b/gcc/tree-affine.h
@@ -74,3 +74,7 @@ bool aff_combination_constant_multiple_p (aff_tree *, aff_tree *, double_int *);
void tree_to_aff_combination_expand (tree, tree, aff_tree *,
struct pointer_map_t **);
void free_affine_expand_cache (struct pointer_map_t **);
+
+/* Debugging functions. */
+void print_aff (FILE *, aff_tree *);
+void debug_aff (aff_tree *);