mips.md: Remove TARGET_DEBUG_D_MODE conditions from splits that must be made for...
authorRichard Sandiford <rdsandiford@googlemail.com>
Fri, 13 Jun 2008 07:01:53 +0000 (07:01 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 13 Jun 2008 07:01:53 +0000 (07:01 +0000)
gcc/
* config/mips/mips.md: Remove TARGET_DEBUG_D_MODE conditions from
splits that must be made for correctness.

From-SVN: r136739

gcc/ChangeLog
gcc/config/mips/mips.md

index 961a1309961f79918fd5f3f178eeb57a9980ab1e..1f1728914944dcede7a7a97b2a0c02c2725a2c31 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-13  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/mips/mips.md: Remove TARGET_DEBUG_D_MODE conditions from
+       splits that must be made for correctness.
+
 2008-06-13  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/mips/mips.c (BUILTIN_AVAIL_NON_MIPS16): New macro.
index 47441cd1c1e41826204c6cf7565c4564e567f23e..2e860f6e1f1db173d00d2a6937617b82faef9998 100644 (file)
                 (match_operand:SI 3 "d_operand")))
    (clobber (match_operand:SI 4 "lo_operand"))
    (clobber (match_operand:SI 5 "d_operand"))]
-  "reload_completed && !TARGET_DEBUG_D_MODE"
+  "reload_completed"
   [(parallel [(set (match_dup 5)
                   (mult:SI (match_dup 1) (match_dup 2)))
              (clobber (match_dup 4))])
                  (match_operand:SI 3 "lo_operand")))
    (clobber (match_dup 3))
    (clobber (scratch:SI))]
-  "reload_completed && !TARGET_DEBUG_D_MODE"
+  "reload_completed"
   [(parallel [(set (match_dup 3)
                    (plus:SI (mult:SI (match_dup 1) (match_dup 2))
                             (match_dup 3)))
                            (match_operand:SI 3 "d_operand"))))
    (clobber (match_operand:SI 4 "lo_operand"))
    (clobber (match_operand:SI 5 "d_operand"))]
-  "reload_completed && !TARGET_DEBUG_D_MODE"
+  "reload_completed"
   [(parallel [(set (match_dup 5)
                    (mult:SI (match_dup 2) (match_dup 3)))
               (clobber (match_dup 4))])
                            (match_operand:SI 3 "d_operand"))))
    (clobber (match_dup 1))
    (clobber (scratch:SI))]
-  "reload_completed && !TARGET_DEBUG_D_MODE"
+  "reload_completed"
   [(parallel [(set (match_dup 1)
                    (minus:SI (match_dup 1)
                              (mult:SI (match_dup 2) (match_dup 3))))
 (define_split
   [(unspec [(match_operand 0 "register_operand")] UNSPEC_EH_RETURN)
    (clobber (match_scratch 1))]
-  "reload_completed && !TARGET_DEBUG_D_MODE"
+  "reload_completed"
   [(const_int 0)]
 {
   mips_set_return_address (operands[0], operands[1]);