(dbra peepholes): Use flags_in_68881.
From-SVN: r11517
This commit is contained in:
parent
6a0f85e3bc
commit
ac6849cbdf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user