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 ce6b7a6b1c7..fcc078ccf33 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -283,7 +283,7 @@ struct lang_hooks /* Called by expand_expr for language-specific tree codes. Fourth argument is actually an enum expand_modifier. */ - rtx (*expand_expr) (tree, rtx, enum machine_mode, int); + rtx (*expand_expr) (tree, rtx, enum machine_mode, int, rtx *); /* Prepare expr to be an argument of a TRUTH_NOT_EXPR or other logical operation. |