diff options
Diffstat (limited to 'gcc/tree-affine.h')
-rw-r--r-- | gcc/tree-affine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 86f90d8..be64ede 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -33,7 +33,7 @@ struct aff_comb_elt double_int coef; }; -typedef struct affine_tree_combination +struct aff_tree { /* Type of the result of the combination. */ tree type; @@ -56,7 +56,7 @@ typedef struct affine_tree_combination than MAX_AFF_ELTS elements. Type of REST will be either sizetype for TYPE of POINTER_TYPEs or TYPE. */ tree rest; -} aff_tree; +}; double_int double_int_ext_for_comb (double_int, aff_tree *); void aff_combination_const (aff_tree *, tree, double_int); |