Commit 61da04bd by Roger Sayle Committed by Roger Sayle

i386.md (shift spliter): Fix a a typo in the splitter for shifts where the…

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
parent c0354bf4
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]));
......
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