recog.c (peep2_attempt): Copy SIBLING_CALL_P flag from old call-instruction.
* recog.c (peep2_attempt): Copy SIBLING_CALL_P flag from old call-instruction. From-SVN: r211213
This commit is contained in:
parent
9d548dfb67
commit
0dac3001d4
@ -1,3 +1,8 @@
|
||||
2014-06-04 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
|
||||
from old call-instruction.
|
||||
|
||||
2014-06-04 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
* config/aarch64/aarch64.c (aarch64_classify_address)
|
||||
|
@ -3461,6 +3461,7 @@ peep2_attempt (basic_block bb, rtx insn, int match_len, rtx attempt)
|
||||
|
||||
CALL_INSN_FUNCTION_USAGE (new_insn)
|
||||
= CALL_INSN_FUNCTION_USAGE (old_insn);
|
||||
SIBLING_CALL_P (new_insn) = SIBLING_CALL_P (old_insn);
|
||||
|
||||
for (note = REG_NOTES (old_insn);
|
||||
note;
|
||||
|
Loading…
Reference in New Issue
Block a user