diff options
Diffstat (limited to 'gcc/ipa-struct-reorg.c')
-rw-r--r-- | gcc/ipa-struct-reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c index 4ee8e02..6f62b70 100644 --- a/gcc/ipa-struct-reorg.c +++ b/gcc/ipa-struct-reorg.c @@ -2925,7 +2925,7 @@ exclude_types_passed_to_local_func (VEC (tree, heap) **unsuitable_types) tree fn = c_node->decl; tree arg; - for (arg = DECL_ARGUMENTS (fn); arg; arg = TREE_CHAIN (arg)) + for (arg = DECL_ARGUMENTS (fn); arg; arg = DECL_CHAIN (arg)) { tree type = TREE_TYPE (arg); |