* 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
+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.
[(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]));