aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r--gcc/cfgloop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index e0a370f..9d7b784 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -386,9 +386,6 @@ struct niter_desc
/* Number of iterations if constant. */
unsigned HOST_WIDEST_INT niter;
- /* Upper bound on the number of iterations. */
- unsigned HOST_WIDEST_INT niter_max;
-
/* Assumptions under that the rest of the information is valid. */
rtx assumptions;