Commit ac6849cb by Torbjorn Granlund

(dbra peepholes): Use flags_in_68881.

From-SVN: r11517
parent 6a0f85e3
...@@ -6371,7 +6371,7 @@ ...@@ -6371,7 +6371,7 @@
(set (match_dup 0) (set (match_dup 0)
(plus:HI (match_dup 0) (plus:HI (match_dup 0)
(const_int -1)))])] (const_int -1)))])]
"DATA_REG_P (operands[0])" "DATA_REG_P (operands[0]) && ! flags_in_68881 ()"
"* "*
{ {
CC_STATUS_INIT; CC_STATUS_INIT;
...@@ -6395,7 +6395,7 @@ ...@@ -6395,7 +6395,7 @@
(set (match_dup 0) (set (match_dup 0)
(plus:SI (match_dup 0) (plus:SI (match_dup 0)
(const_int -1)))])] (const_int -1)))])]
"DATA_REG_P (operands[0])" "DATA_REG_P (operands[0]) && ! flags_in_68881 ()"
"* "*
{ {
CC_STATUS_INIT; CC_STATUS_INIT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment