diff options
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r-- | gcc/cfgloop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index dd610d8b3dc..07b070bcf3e 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -48,7 +48,7 @@ enum iv_extend_code struct GTY ((chain_next ("%h.next"))) nb_iter_bound { /* The statement STMT is executed at most ... */ - gimple stmt; + gimple *stmt; /* ... BOUND + 1 times (BOUND must be an unsigned constant). The + 1 is added for the following reasons: |