diff options
Diffstat (limited to 'gcc/tree-scalar-evolution.h')
| -rw-r--r-- | gcc/tree-scalar-evolution.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/tree-scalar-evolution.h b/gcc/tree-scalar-evolution.h index 0fecaee2390..f7749545f9a 100644 --- a/gcc/tree-scalar-evolution.h +++ b/gcc/tree-scalar-evolution.h @@ -34,17 +34,6 @@ extern void gather_stats_on_scev_database (void); extern void scev_analysis (void); void scev_const_prop (void); -/* Affine iv. */ - -typedef struct -{ - /* Iv = BASE + STEP * i. */ - tree base, step; - - /* True if this iv does not overflow. */ - bool no_overflow; -} affine_iv; - extern bool simple_iv (struct loop *, tree, tree, affine_iv *, bool); #endif /* GCC_TREE_SCALAR_EVOLUTION_H */ |

