(dbra peepholes): Use flags_in_68881.
authorTorbjorn Granlund <tege@gnu.org>
Tue, 12 Mar 1996 15:07:49 +0000 (15:07 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Tue, 12 Mar 1996 15:07:49 +0000 (15:07 +0000)
From-SVN: r11517

gcc/config/m68k/m68k.md

index e120ed8f025f711138c1dda0a05372ad232f26b2..ce78615e15f8da0569acc56f608fd6d98afe4cb0 100644 (file)
      (set (match_dup 0)
          (plus:HI (match_dup 0)
                   (const_int -1)))])]
-  "DATA_REG_P (operands[0])"
+  "DATA_REG_P (operands[0]) && ! flags_in_68881 ()"
   "*
 {
   CC_STATUS_INIT;
      (set (match_dup 0)
          (plus:SI (match_dup 0)
                   (const_int -1)))])]
-  "DATA_REG_P (operands[0])"
+  "DATA_REG_P (operands[0]) && ! flags_in_68881 ()"
   "*
 {
   CC_STATUS_INIT;