summaryrefslogtreecommitdiff
path: root/gcc/tree-affine.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-affine.c')
-rw-r--r--gcc/tree-affine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c
index 3ce22b64670..3401b3187a3 100644
--- a/gcc/tree-affine.c
+++ b/gcc/tree-affine.c
@@ -634,7 +634,7 @@ aff_combination_expand (aff_tree *comb ATTRIBUTE_UNUSED,
unsigned i;
aff_tree to_add, current, curre;
tree e, rhs;
- gimple def;
+ gimple *def;
widest_int scale;
struct name_expansion *exp;