diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 20dff67..eaeaeeb 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1824,7 +1824,7 @@ aggregate_value_p (tree exp, tree fntype) should live on the local stack. */ bool -use_register_for_decl (tree decl) +use_register_for_decl (const_tree decl) { /* Honor volatile. */ if (TREE_SIDE_EFFECTS (decl)) |