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/explow.c | |
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/explow.c')
-rw-r--r-- | gcc/explow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 5176d1f918f..7388a455b1d 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1529,9 +1529,9 @@ hard_function_value (const_tree valtype, const_tree func, const_tree fntype, in which a scalar value of mode MODE was returned by a library call. */ rtx -hard_libcall_value (enum machine_mode mode) +hard_libcall_value (enum machine_mode mode, rtx fun) { - return LIBCALL_VALUE (mode); + return targetm.calls.libcall_value (mode, fun); } /* Look up the tree code for a given rtx code |