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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop.h b/gcc/tree-ssa-loop.h
index 2fc9e8c..24fad0f 100644
--- a/gcc/tree-ssa-loop.h
+++ b/gcc/tree-ssa-loop.h
@@ -36,8 +36,9 @@ struct affine_iv
the structure can be evaluated at the end of the loop's preheader
(and due to ssa form, also anywhere inside the body of the loop). */
-struct tree_niter_desc
+class tree_niter_desc
{
+public:
tree assumptions; /* The boolean expression. If this expression evaluates
to false, then the other fields in this structure
should not be used; there is no guarantee that they