* config/mep/mep.md (sibcall_internal): Include non-toggling
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2009 22:35:01 +0000 (22:35 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2009 22:35:01 +0000 (22:35 +0000)
non-jmp case.
(sibcall_value_internal): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149649 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mep/mep.md

index e788bed..8c197f1 100644 (file)
@@ -1,3 +1,9 @@
+2009-07-14  DJ Delorie  <dj@redhat.com>
+
+       * config/mep/mep.md (sibcall_internal): Include non-toggling
+       non-jmp case.
+       (sibcall_value_internal): Likewise.
+
 2009-07-14  Taras Glek  <tglek@mozilla.com>
            Rafael Espindola  <espindola@google.com>
 
index 828c3c5..f3c76dd 100644 (file)
 {
   if (mep_vliw_jmp_match (operands[2]))
     return "jmp\t%0";
+  else if (mep_vliw_mode_match (operands[2]))
+    return
+        "movu  $11, %0\n\
+       jmp     $11";
   else
     return
        "ldc    $12, $lp\n\
 {
   if (mep_vliw_jmp_match (operands[3]))
     return "jmp\t%1";
+  else if (mep_vliw_mode_match (operands[3]))
+    return
+        "movu  $11, %1\n\
+       jmp     $11";
   else
     return
        "ldc    $12, $lp\n\