aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/explow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/explow.c')
-rw-r--r--gcc-4.4.3/gcc/explow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.4.3/gcc/explow.c b/gcc-4.4.3/gcc/explow.c
index c9bf675d3..d43aad00d 100644
--- a/gcc-4.4.3/gcc/explow.c
+++ b/gcc-4.4.3/gcc/explow.c
@@ -1491,9 +1491,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