aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-loop.h')
-rw-r--r--gcc/tree-ssa-loop.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop.h b/gcc/tree-ssa-loop.h
index 4684cda..95857f1 100644
--- a/gcc/tree-ssa-loop.h
+++ b/gcc/tree-ssa-loop.h
@@ -20,6 +20,8 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_TREE_SSA_LOOP_H
#define GCC_TREE_SSA_LOOP_H
+#include "wide-int.h"
+
/* Affine iv. */
struct affine_iv
@@ -49,7 +51,7 @@ struct tree_niter_desc
a loop (provided that assumptions == true and
may_be_zero == false), more precisely the number
of executions of the latch of the loop. */
- double_int max; /* The upper bound on the number of iterations of
+ widest_int max; /* The upper bound on the number of iterations of
the loop. */
/* The simplified shape of the exit condition. The loop exits if