diff options
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r-- | gcc/cfgloop.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index d73c99b..156438a 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -175,6 +175,9 @@ struct loop /* The number of LABEL_REFs on exit_labels for this loop and all loops nested inside it. */ int exit_count; + + /* Upper bound on number of iterations of a loop. */ + struct nb_iter_bound *bounds; }; /* Flags for state of loop structure. */ |