Commit 11af2d7b by DJ Delorie Committed by DJ Delorie

mep.md (sibcall_internal): Change register to avoid argument registers.

* config/mep/mep.md (sibcall_internal): Change register to avoid
argument registers.
(sibcall_value_internal): Likewise.

From-SVN: r149701
parent 4c4b7a6a
2009-07-15 DJ Delorie <dj@redhat.com>
* config/mep/mep.md (sibcall_internal): Change register to avoid
argument registers.
(sibcall_value_internal): Likewise.
2009-07-15 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/40710
......
......@@ -1927,8 +1927,8 @@
return "jmp\t%0";
else if (mep_vliw_mode_match (operands[2]))
return
"movu $3, %0\n\
jmp $3";
"movu $0, %0\n\
jmp $0";
else
return
"ldc $12, $lp\n\
......@@ -2002,8 +2002,8 @@
return "jmp\t%1";
else if (mep_vliw_mode_match (operands[3]))
return
"movu $3, %1\n\
jmp $3";
"movu $0, %1\n\
jmp $0";
else
return
"ldc $12, $lp\n\
......
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