mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:31:11 +08:00
i386.md (shift spliter): Fix a a typo in the splitter for shifts where the source and destination...
* config/i386/i386.md (shift spliter): Fix a a typo in the splitter for shifts where the source and destination registers are different. From-SVN: r109912
This commit is contained in:
parent
c0354bf4f6
commit
61da04bdad
@ -1,3 +1,8 @@
|
||||
2006-01-18 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* config/i386/i386.md (shift spliter): Fix a a typo in the splitter
|
||||
for shifts where the source and destination registers are different.
|
||||
|
||||
2006-01-18 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
Merge from csl-arm-branch.
|
||||
|
@ -10569,7 +10569,7 @@
|
||||
[(const_int 0)]
|
||||
{
|
||||
rtx pat, clob;
|
||||
emit_move_insn (operands[1], operands[0]);
|
||||
emit_move_insn (operands[0], operands[1]);
|
||||
pat = gen_rtx_SET (VOIDmode, operands[0],
|
||||
gen_rtx_ASHIFT (GET_MODE (operands[0]),
|
||||
operands[0], operands[2]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user