From 6f268adf3b95994c68ba45ad1ceaa18b776f6b29 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Sun, 29 Oct 2000 09:14:22 +0000 Subject: * integrate.c (copy_insn_list): Copy the unchanging flag for calls. From-SVN: r37121 --- gcc/integrate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/integrate.c') diff --git a/gcc/integrate.c b/gcc/integrate.c index 3438790..8bf949b 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -1468,6 +1468,7 @@ copy_insn_list (insns, map, static_chain_value) copy = emit_call_insn (pattern); SIBLING_CALL_P (copy) = SIBLING_CALL_P (insn); + CONST_CALL_P (copy) = CONST_CALL_P (insn); /* Because the USAGE information potentially contains objects other than hard registers, we need to copy it. */ -- cgit v1.1