diff options
author | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-06 14:27:45 +0000 |
---|---|---|
committer | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-06 14:27:45 +0000 |
commit | 578d1295a94a5dd2630f5095d47d5c7fd01d7d55 (patch) | |
tree | df1d57c0d8628c4ee8c6416e133ab90912496374 /gcc/expr.h | |
parent | 6f3cfaa30d80b3843fa6fbbac41d359916897c3a (diff) | |
download | gcc-578d1295a94a5dd2630f5095d47d5c7fd01d7d55.tar.gz |
Merge ARM/hard_vfp_branch to trunk
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150525 138bc75d-0d04-0410-961f-82ee72b054a4
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 |