Commit 6f268adf by Michael Hayes Committed by Michael Hayes

* integrate.c (copy_insn_list): Copy the unchanging flag for calls.

From-SVN: r37121
parent 2bf9b928
2000-10-29 Michael Hayes <mhayes@redhat.com>
* integrate.c (copy_insn_list): Copy the unchanging flag for calls.
2000-10-28 Geoffrey Keating <geoffk@cygnus.com>
* cpphash.c (cpp_forall_identifiers): Add context variable
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment