* config/c4x/c4x.md (*subqf3_set): Fix typo.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Fri, 7 Jan 2000 22:51:21 +0000 (22:51 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Fri, 7 Jan 2000 22:51:21 +0000 (22:51 +0000)
From-SVN: r31282

gcc/ChangeLog
gcc/config/c4x/c4x.md

index 590913d0329643804ba802e9110ed23137fd3d86..f750369dd6d340d358dec72b51884fa4939881b1 100644 (file)
@@ -1,5 +1,9 @@
 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
+       * config/c4x/c4x.md (*subqf3_set): Fix typo.
+
+2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+       
        * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
 
 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
index 7d32cc6994f26e737fb12972692fcd315408d5fe..bd7e119879163bf43193f651a45190e62305d5fa 100644 (file)
 (define_insn "*subqf3_set"
   [(set (reg:CC_NOOV 21)
         (compare:CC_NOOV (minus:QF (match_operand:QF 1 "src_operand" "0,fHm,fR,fS<>")
-                                   (match_operand:QF 2 "src_operand" "0,fHm,R,fS<>"))
+                                   (match_operand:QF 2 "src_operand" "fHm,0,R,fS<>"))
                          (match_operand:QF 3 "fp_zero_operand" "G,G,G,G")))
    (set (match_operand:QF 0 "reg_operand" "=f,f,f,?f")
         (minus:QF (match_dup 1)
-                 (match_dup 2)))]
+                  (match_dup 2)))]
   "valid_operands (MINUS, operands, QFmode)"
   "@
    subf\\t%2,%0