aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index 6bff904..3e8ea95 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -878,7 +878,7 @@ expand_builtin_setjmp_receiver (rtx receiver_label)
/* Mark the static chain as clobbered here so life information
doesn't get messed up for it. */
- chain = targetm.calls.static_chain (current_function_decl, true);
+ chain = rtx_for_static_chain (current_function_decl, true);
if (chain && REG_P (chain))
emit_clobber (chain);