diff options
author | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2009-08-06 14:27:45 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2009-08-06 14:27:45 +0000 |
commit | 390b17c28c10ab2b6752cb94b150c831762575fc (patch) | |
tree | df1d57c0d8628c4ee8c6416e133ab90912496374 /gcc/expr.h | |
parent | 5b62ee8ae37494be0187ded458072c66414304ce (diff) | |
download | gcc-390b17c28c10ab2b6752cb94b150c831762575fc.tar.gz |
Merge ARM/hard_vfp_branch to trunk
From-SVN: r150525
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 8e23aecb4b9..7058354a866 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -762,7 +762,7 @@ extern void probe_stack_range (HOST_WIDE_INT, rtx); /* Return an rtx that refers to the value returned by a library call in its original home. This becomes invalid if any more code is emitted. */ -extern rtx hard_libcall_value (enum machine_mode); +extern rtx hard_libcall_value (enum machine_mode, rtx); /* Return the mode desired by operand N of a particular bitfield insert/extract insn, or MAX_MACHINE_MODE if no such insn is |