From 91b9ca14b495fffaa922bac3eeef90dfa78aa41a Mon Sep 17 00:00:00 2001 From: zack Date: Tue, 13 May 2003 16:23:02 +0000 Subject: * varasm.c (notice_rtl_inlining_of_deferred_constant): New function. * rtl.h: Prototype it. * integrate.c (copy_rtx_and_substitute ): Call it when appropriate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66762 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/rtl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index eab41e2918e..431b0dd4daf 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1945,6 +1945,9 @@ extern rtx find_next_ref PARAMS ((rtx, rtx)); extern rtx output_constant_def PARAMS ((tree, int)); +/* Called from integrate.c when a deferred constant is inlined. */ +extern void notice_rtl_inlining_of_deferred_constant PARAMS ((void)); + /* Define a default value for STORE_FLAG_VALUE. */ #ifndef STORE_FLAG_VALUE -- cgit v1.2.1