diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 1f64cf18d52..6a23a313f35 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -401,7 +401,7 @@ struct lang_hooks /* Perform language-specific gimplification on the argument. Returns an enum gimplify_status, though we can't see that type here. */ - int (*gimplify_expr) (tree *, tree *, tree *); + int (*gimplify_expr) (tree *, gimple_seq *, gimple_seq *); /* Fold an OBJ_TYPE_REF expression to the address of a function. KNOWN_TYPE carries the true type of the OBJ_TYPE_REF_OBJECT. */ |