(dbra peepholes): Use flags_in_68881.

From-SVN: r11517
This commit is contained in:
Torbjorn Granlund 1996-03-12 15:07:49 +00:00
parent 6a0f85e3bc
commit ac6849cbdf

View File

@ -6371,7 +6371,7 @@
(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;
@ -6395,7 +6395,7 @@
(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;