From 578d1295a94a5dd2630f5095d47d5c7fd01d7d55 Mon Sep 17 00:00:00 2001 From: rearnsha Date: Thu, 6 Aug 2009 14:27:45 +0000 Subject: Merge ARM/hard_vfp_branch to trunk git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150525 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/explow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/explow.c') 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 -- cgit v1.2.1