mirror of git://gcc.gnu.org/git/gcc.git
i386.md (*movv4qicc_insn+1..36): Pass true as ALL_REGS argument to replace_rtx.
* config/i386/i386.md (*movv4qicc_insn+1..36): Pass
true as ALL_REGS argument to replace_rtx.
From-SVN: r234290
This commit is contained in:
parent
6931b3b79d
commit
3a8b0de169
|
|
@ -1,3 +1,8 @@
|
||||||
|
2016-03-17 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||||
|
|
||||||
|
* config/i386/i386.md (*movv4qicc_insn+1..36): Pass
|
||||||
|
true as ALL_REGS argument to replace_rtx.
|
||||||
|
|
||||||
2016-03-17 Richard Biener <rguenther@suse.de>
|
2016-03-17 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
PR debug/70271
|
PR debug/70271
|
||||||
|
|
|
||||||
|
|
@ -2026,8 +2026,8 @@
|
||||||
{
|
{
|
||||||
operands[10] = simplify_gen_subreg (<WMODE:MODE>mode, operands[3],
|
operands[10] = simplify_gen_subreg (<WMODE:MODE>mode, operands[3],
|
||||||
<WMODE2:MODE>mode, 0);
|
<WMODE2:MODE>mode, 0);
|
||||||
replace_rtx (operands[2], operands[9], operands[3]);
|
replace_rtx (operands[2], operands[9], operands[3], true);
|
||||||
replace_rtx (operands[2], operands[0], operands[10]);
|
replace_rtx (operands[2], operands[0], operands[10], true);
|
||||||
gcc_assert (!reg_overlap_mentioned_p (operands[0], operands[2]));
|
gcc_assert (!reg_overlap_mentioned_p (operands[0], operands[2]));
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue