aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/expr.h')
-rw-r--r--gcc-4.8/gcc/expr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.8/gcc/expr.h b/gcc-4.8/gcc/expr.h
index 15fcb471d..98c9daeda 100644
--- a/gcc-4.8/gcc/expr.h
+++ b/gcc-4.8/gcc/expr.h
@@ -521,8 +521,8 @@ extern rtx expand_divmod (int, enum tree_code, enum machine_mode, rtx, rtx,
rtx, int);
#endif
-extern void locate_and_pad_parm (enum machine_mode, tree, int, int, tree,
- struct args_size *,
+extern void locate_and_pad_parm (enum machine_mode, tree, int, int, int,
+ tree, struct args_size *,
struct locate_and_pad_arg_data *);
/* Return the CODE_LABEL rtx for a LABEL_DECL, creating it if necessary. */