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/explow.c | |
parent | 5b62ee8ae37494be0187ded458072c66414304ce (diff) | |
download | gcc-390b17c28c10ab2b6752cb94b150c831762575fc.zip gcc-390b17c28c10ab2b6752cb94b150c831762575fc.tar.gz gcc-390b17c28c10ab2b6752cb94b150c831762575fc.tar.bz2 |
Merge ARM/hard_vfp_branch to trunk
From-SVN: r150525
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 5176d1f..7388a45 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 |